C# Class System.Security.SecureString

Inheritance: System.Runtime.ConstrainedExecution.CriticalFinalizerObject, IDisposable
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

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

Private Methods

Méthode Description
Alloc ( int length, bool realloc ) : void
Decrypt ( ) : void
Encrypt ( ) : void
GetBuffer ( ) : byte[]
SecureString ( ) : System.Globalization
SecureString ( char value, int length ) : System.Globalization

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