Class PnPCoreAuthenticationCredentialManagerOptions
Options for the CredentialManagerAuthenticationProvider
Inheritance
System.Object
PnPCoreAuthenticationCredentialManagerOptions
Inherited Members
Namespace: PnP.Core.Auth.Services.Builder.Configuration
Assembly: PnP.Core.Auth.dll
Syntax
public class PnPCoreAuthenticationCredentialManagerOptions : PnPCoreAuthenticationBaseOptions
Properties
CredentialManagerName
The name of the Windows Credential Manager settings to use
Declaration
public string CredentialManagerName { get; set; }
Property Value
System.String
|