C# Class BudgetAnalyser.Encryption.SecureStringCredentialStore

Inheritance: ICredentialStore, IDisposable
Datei anzeigen Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
RetrievePasskey ( ) : object

Retrieves the pass key.

SetPasskey ( object passkey ) : void

Sets the pass key.

Private Methods

Method Description
AreEqual ( object compareTo ) : bool
Dispose ( ) : void
SecureStringToString ( SecureString value ) : string

Method Details

RetrievePasskey() public method

Retrieves the pass key.
public RetrievePasskey ( ) : object
return object

SetPasskey() public method

Sets the pass key.
public SetPasskey ( object passkey ) : void
passkey object
return void