Show / Hide Table of Contents

Class SessionKey

A class to generate a public and private key pair.

Inheritance
object
SessionKey
Implements
ISessionKeySupplier
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 SessionKey : ISessionKeySupplier

Constructors

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()

Implements

ISessionKeySupplier
In this article
Back to top