Class PnPCoreAuthenticationX509CertificateOptions
Options for the X509CertificateAuthenticationProvider
Inheritance
System.Object
PnPCoreAuthenticationX509CertificateOptions
Inherited Members
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public class PnPCoreAuthenticationX509CertificateOptions : PnPCoreAuthenticationBaseOptions
Properties
Certificate
Certificate can be set directly, if required
Declaration
public X509Certificate2 Certificate { get; set; }
Property Value
X509Certificate2
|
StoreLocation
The location in the certificate store
Declaration
public StoreLocation StoreLocation { get; set; }
Property Value
StoreLocation
|
StoreName
The name of the certificate store
Declaration
public StoreName StoreName { get; set; }
Property Value
StoreName
|
Thumbprint
The thumbprint of the certificate
Declaration
public string Thumbprint { get; set; }
Property Value
System.String
|