Show / Hide Table of Contents

Class PasswordFinder

An implementation to save and retrieves passphrase.

Inheritance
object
PasswordFinder
Implements
IPasswordFinder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class PasswordFinder : IPasswordFinder

Constructors

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
In this article
Back to top