Show / Hide Table of Contents

Class AuthenticationOptions

Inheritance
Object
AuthenticationOptions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class AuthenticationOptions

Properties

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
Type Description
Boolean

SecurityContextId

Declaration
public Guid SecurityContextId { get; set; }
Property Value
Type Description
Guid
Back to top Copyright © 2015-2020 Lacuna Software