Class SessionKey
A class to generate a public and private key pair.
Implements
Inherited Members
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class SessionKey : ISessionKeySupplierConstructors
SessionKey()
Declaration
public SessionKey()Methods
GetKeyPair()
A function to get the key pair.
Declaration
public AsymmetricCipherKeyPair GetKeyPair()Returns
| Type | Description | 
|---|---|
| AsymmetricCipherKeyPair | Returns the current key pair. | 
RefreshKeys()
Generate a new key pair.
Declaration
public void RefreshKeys()