Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

CAIssuersUri

Declaration
public Uri CAIssuersUri { get; }
Property Value
Type Description
Uri
| Improve this Doc View Source

CAIssuersUris

Declaration
public List<Uri> CAIssuersUris { get; }
Property Value
Type Description
List<Uri>
| Improve this Doc View Source

Descriptions

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

DescriptionsMap

Declaration
public Dictionary<string, List<GeneralName>> DescriptionsMap { get; }
Property Value
Type Description
Dictionary<String, List<GeneralName>>
| Improve this Doc View Source

OcspUri

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