Return the first attribute matching the given OBJECT IDENTIFIER
Namespace: Org.BouncyCastle.Asn1.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Attribute this[ DerObjectIdentifier oid ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ oid As DerObjectIdentifier _ ) As Attribute Get |
| Visual C++ |
|---|
public: property Attribute^ default[DerObjectIdentifier^ oid] { Attribute^ get (DerObjectIdentifier^ oid); } |