Table of Contents

Class PnPCoreAuthenticationX509CertificateOptions

Namespace
PnP.Core.Auth.Services.Builder.Configuration
Assembly
PnP.Core.Auth.dll

Options for the X509CertificateAuthenticationProvider

public class PnPCoreAuthenticationX509CertificateOptions : PnPCoreAuthenticationBaseOptions
Inheritance
PnPCoreAuthenticationX509CertificateOptions
Inherited Members

Properties

Certificate

Certificate can be set directly, if required

public X509Certificate2 Certificate { get; set; }

Property Value

X509Certificate2

StoreLocation

The location in the certificate store

public StoreLocation StoreLocation { get; set; }

Property Value

StoreLocation

StoreName

The name of the certificate store

public StoreName StoreName { get; set; }

Property Value

StoreName

Thumbprint

The thumbprint of the certificate

public string Thumbprint { get; set; }

Property Value

string