C# Class Yodiwo.SecureString

Dummy re-implementation of SecureString for compatibility/portability purposes
Inheritance: IDisposable
Afficher le fichier Open project: yodiwo/plegma

Méthodes publiques

Méthode Description
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

Method Details

AppendChar() public méthode

public AppendChar ( char c ) : void
c char
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Copy() public méthode

public Copy ( ) : SecureString
Résultat SecureString

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InsertAt() public méthode

public InsertAt ( int index, char c ) : void
index int
c char
Résultat void

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

MakeReadOnly() public méthode

public MakeReadOnly ( ) : void
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

SetAt() public méthode

public SetAt ( int index, char c ) : void
index int
c char
Résultat void