Class AuthenticationOptions
Inheritance
AuthenticationOptions
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class AuthenticationOptions
Properties
|
Improve this Doc
View Source
IgnoreRevocationStatusUnknown
Whether validation errors due to the revocation status of a certificate being
unknown should be ignored. Defaults to false.
Declaration
public bool IgnoreRevocationStatusUnknown { get; set; }
Property Value
|
Improve this Doc
View Source
SecurityContextId
Declaration
public Guid SecurityContextId { get; set; }
Property Value