Class SimpleAuthenticationDetailsProvider
A base authentication details provider that contains user authentication information and region information.
This is an ideal provider to be used if customer authentication information is not read from config file.
Inheritance
SimpleAuthenticationDetailsProvider
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class SimpleAuthenticationDetailsProvider : CustomerAuthenticationDetailsProvider, IAuthenticationDetailsProvider, IBasicAuthenticationDetailsProvider, IAbstractAuthenticationDetailsProvider, IRegionProvider
Properties
PrivateKeySupplier
Declaration
public ISupplier<RsaKeyParameters> PrivateKeySupplier { get; set; }
Property Value
Region
Declaration
public Region Region { get; set; }
Property Value
Methods
GetPrivateKey()
Declaration
public override RsaKeyParameters GetPrivateKey()
Returns
Type |
Description |
RsaKeyParameters |
|
Overrides
Implements