Table of Contents

Class PrivateKeyUsagePeriod

Namespace
Enterprises.Org.BouncyCastle.Asn1.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PrivateKeyUsagePeriod : Asn1Encodable, IAsn1Convertible
Inheritance
PrivateKeyUsagePeriod
Implements
Inherited Members

Properties

NotAfter

public DerGeneralizedTime NotAfter { get; }

Property Value

DerGeneralizedTime

NotBefore

public DerGeneralizedTime NotBefore { get; }

Property Value

DerGeneralizedTime

Methods

GetInstance(object)

public static PrivateKeyUsagePeriod GetInstance(object obj)

Parameters

obj object

Returns

PrivateKeyUsagePeriod

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object