Show / Hide Table of Contents

Class FixedContentKeySupplier

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

Constructors

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

Implements

ISessionKeySupplier
In this article
Back to top