Class PasswordFinder
An implementation to save and retrieves passphrase.
Implements
IPasswordFinder
  Inherited Members
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class PasswordFinder : IPasswordFinderConstructors
PasswordFinder(SecureString)
Declaration
public PasswordFinder(SecureString passPhrase)Parameters
| Type | Name | Description | 
|---|---|---|
| SecureString | passPhrase | 
Methods
GetPassword()
Declaration
public char[] GetPassword()Returns
| Type | Description | 
|---|---|
| char[] | 
Implements
      Org.BouncyCastle.OpenSsl.IPasswordFinder