Namespace: Org.BouncyCastle.Asn1.Esf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class CrlIdentifier : Asn1Encodable
Visual Basic
Public Class CrlIdentifier _
	Inherits Asn1Encodable
Visual C++
public ref class CrlIdentifier : public Asn1Encodable

Remarks

RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
CopyC#
CrlIdentifier ::= SEQUENCE 
{
    crlissuer        Name,
    crlIssuedTime    UTCTime,
    crlNumber        INTEGER OPTIONAL
}

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Asn1..::..Asn1Encodable
    Org.BouncyCastle.Asn1.Esf..::..CrlIdentifier

See Also