Class PnPCoreAuthenticationOnBehalfOfOptions
Options for the OnBehalfOfAuthenticationProvider
public class PnPCoreAuthenticationOnBehalfOfOptions : PnPCoreAuthenticationBaseOptions
- Inheritance
-
PnPCoreAuthenticationOnBehalfOfOptions
- Inherited Members
Properties
Certificate
Certificate can be set directly, if required
public X509Certificate2 Certificate { get; set; }
Property Value
ClientSecret
The ClientSecret to authenticate the app with ClientId
public string ClientSecret { get; set; }
Property Value
StoreLocation
The location in the certificate store
public StoreLocation StoreLocation { get; set; }
Property Value
StoreName
The name of the certificate store
public StoreName StoreName { get; set; }
Property Value
Thumbprint
The thumbprint of the certificate
public string Thumbprint { get; set; }