Show / Hide Table of Contents

Class AuthorityInformationAccess

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

Properties

CAIssuersUri

Declaration
public Uri CAIssuersUri { get; }
Property Value
Type Description
Uri

CAIssuersUris

Declaration
public List<Uri> CAIssuersUris { get; }
Property Value
Type Description
List<Uri>

Descriptions

Declaration
[Obsolete("Use DescriptionsMap instead")]
public Dictionary<string, GeneralName> Descriptions { get; }
Property Value
Type Description
Dictionary<String, GeneralName>

DescriptionsMap

Declaration
public Dictionary<string, List<GeneralName>> DescriptionsMap { get; }
Property Value
Type Description
Dictionary<String, List<GeneralName>>

OcspUri

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