C# 클래스 System.Security.SecureString

상속: System.Runtime.ConstrainedExecution.CriticalFinalizerObject, IDisposable
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
AppendChar ( char c ) : void
Clear ( ) : void
Copy ( ) : SecureString
Dispose ( ) : void
InsertAt ( int index, char c ) : void
IsReadOnly ( ) : bool
MakeReadOnly ( ) : void
RemoveAt ( int index ) : void
SetAt ( int index, char c ) : void

비공개 메소드들

메소드 설명
Alloc ( int length, bool realloc ) : void
Decrypt ( ) : void
Encrypt ( ) : void
GetBuffer ( ) : byte[]
SecureString ( ) : System.Globalization
SecureString ( char value, int length ) : System.Globalization

메소드 상세

AppendChar() 공개 메소드

public AppendChar ( char c ) : void
c char
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Copy() 공개 메소드

public Copy ( ) : SecureString
리턴 SecureString

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InsertAt() 공개 메소드

public InsertAt ( int index, char c ) : void
index int
c char
리턴 void

IsReadOnly() 공개 메소드

public IsReadOnly ( ) : bool
리턴 bool

MakeReadOnly() 공개 메소드

public MakeReadOnly ( ) : void
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

SetAt() 공개 메소드

public SetAt ( int index, char c ) : void
index int
c char
리턴 void