Namespace: Org.BouncyCastle.Asn1.Esf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public class OtherRevRefs : Asn1Encodable  | 
| Visual Basic | 
|---|
Public Class OtherRevRefs _ Inherits Asn1Encodable  | 
| Visual C++ | 
|---|
public ref class OtherRevRefs : public Asn1Encodable  | 
Remarks
             RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
             
CopyC#
OtherRevRefs ::= SEQUENCE 
{
       otherRevRefType      OtherRevRefType,
       otherRevRefs         ANY DEFINED BY otherRevRefType
}
OtherRevRefType ::= OBJECT IDENTIFIER
Inheritance Hierarchy
System..::..Object
Org.BouncyCastle.Asn1..::..Asn1Encodable
Org.BouncyCastle.Asn1.Esf..::..OtherRevRefs
Org.BouncyCastle.Asn1..::..Asn1Encodable
Org.BouncyCastle.Asn1.Esf..::..OtherRevRefs