Class FixedContentKeySupplier
Implements
Inherited Members
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class FixedContentKeySupplier : ISessionKeySupplierConstructors
FixedContentKeySupplier(string, string)
Declaration
public FixedContentKeySupplier(string privateKeyContent, string passphrase)Parameters
| Type | Name | Description | 
|---|---|---|
| string | privateKeyContent | |
| string | passphrase | 
Methods
GetKeyPair()
Returns the current RSA key pair.
Declaration
public AsymmetricCipherKeyPair GetKeyPair()Returns
| Type | Description | 
|---|---|
| AsymmetricCipherKeyPair | The RSA key pair. | 
RefreshKeys()
Refresh key for FixedContentKeySupplier is a No-Operation as Key Pair is already fixed.
Declaration
public void RefreshKeys()