C# 클래스 Yodiwo.SecureString

Dummy re-implementation of SecureString for compatibility/portability purposes
상속: IDisposable
파일 보기 프로젝트 열기: yodiwo/plegma

공개 메소드들

메소드 설명
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

메소드 상세

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