Show / Hide Table of Contents
Editar no GitHub

Class CrlDistributionPoint

Inheritance
Object
CrlDistributionPoint
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 CrlDistributionPoint

Properties

| Improve this Doc View Source

FullName

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

Issuer

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

Reasons

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

Uri

Returns the distribution point URI if its FullName contains a URI, or null otherwise.

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