Interface IBasicAuthenticationDetailsProvider
An interface of authentication details provider that is based on private key.
Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public interface IBasicAuthenticationDetailsProvider : IAbstractAuthenticationDetailsProvider
Properties
KeyId
Declaration
string KeyId { get; }
Property Value
| Type | Description |
|---|---|
| string |
PassPhraseCharacters
Declaration
char[] PassPhraseCharacters { get; }
Property Value
| Type | Description |
|---|---|
| char[] |
Methods
GetPrivateKey()
Declaration
RsaKeyParameters GetPrivateKey()
Returns
| Type | Description |
|---|---|
| RsaKeyParameters |