Show / Hide Table of Contents

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

FullName

Declaration
public GeneralNames FullName { get; }
Property Value
Type Description
GeneralNames

Issuer

Declaration
public Name Issuer { get; }
Property Value
Type Description
Name

Reasons

Declaration
public List<RevocationReasons> Reasons { get; }
Property Value
Type Description
List<RevocationReasons>

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