Return the first attribute matching the given OBJECT IDENTIFIER

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

Collapse imageSyntax

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);
}

Collapse imageSee Also