Class AttCertValidityPeriod
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.dll
public class AttCertValidityPeriod : Asn1Encodable, IAsn1Convertible
- Inheritance
-
AttCertValidityPeriod
- Implements
-
- Inherited Members
-
Constructors
AttCertValidityPeriod(Asn1GeneralizedTime, Asn1GeneralizedTime)
public AttCertValidityPeriod(Asn1GeneralizedTime notBeforeTime, Asn1GeneralizedTime notAfterTime)
Parameters
notBeforeTime Asn1GeneralizedTime
notAfterTime Asn1GeneralizedTime
Properties
NotAfterTime
public Asn1GeneralizedTime NotAfterTime { get; }
Property Value
- Asn1GeneralizedTime
NotBeforeTime
public Asn1GeneralizedTime NotBeforeTime { get; }
Property Value
- Asn1GeneralizedTime
Methods
GetInstance(Asn1TaggedObject, bool)
public static AttCertValidityPeriod GetInstance(Asn1TaggedObject obj, bool explicitly)
Parameters
obj Asn1TaggedObject
explicitly bool
Returns
- AttCertValidityPeriod
GetInstance(object)
public static AttCertValidityPeriod GetInstance(object obj)
Parameters
obj object
Returns
- AttCertValidityPeriod
GetTagged(Asn1TaggedObject, bool)
public static AttCertValidityPeriod GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)
Parameters
taggedObject Asn1TaggedObject
declaredExplicit bool
Returns
- AttCertValidityPeriod
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object