Show / Hide Table of Contents

Interface IX509CertificateSupplier

Namespace: Oci.Common.Auth
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public interface IX509CertificateSupplier

Methods

GetCertificateAndKeyPair()

Returns the X509 certificate and private key. The X509 certificate will always be valid. The private key may be null for intermediate certificates. For leaf certificates, the private key will always be valid.

Declaration
CertificateAndPrivateKeyPair GetCertificateAndKeyPair()
Returns
Type Description
CertificateAndPrivateKeyPair

An object with the certificate and private key pair.

Refresh()

Update or extend the validity period for an Object.

Declaration
void Refresh()
In this article
Back to top