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

Collapse imageSyntax

C#
[ObsoleteAttribute("Use 'object[index]' syntax instead")]
public Asn1Encodable GetBagAttribute(
	DerObjectIdentifier oid
)
Visual Basic
<ObsoleteAttribute("Use 'object[index]' syntax instead")> _
Public Function GetBagAttribute ( _
	oid As DerObjectIdentifier _
) As Asn1Encodable
Visual C++
[ObsoleteAttribute(L"Use 'object[index]' syntax instead")]
public:
Asn1Encodable^ GetBagAttribute(
	DerObjectIdentifier^ oid
)

Collapse imageSee Also