Namespace: Org.BouncyCastle.Pkcs
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Asn1Encodable this[ DerObjectIdentifier oid ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ oid As DerObjectIdentifier _ ) As Asn1Encodable Get |
Visual C++ |
---|
public: property Asn1Encodable^ default[DerObjectIdentifier^ oid] { Asn1Encodable^ get (DerObjectIdentifier^ oid); } |