Return the attributes with the same type as the passed in oid.

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

Syntax

C#
X509Attribute[] GetAttributes(
	string oid
)
Visual Basic
Function GetAttributes ( _
	oid As String _
) As X509Attribute()
Visual C++
array<X509Attribute^>^ GetAttributes(
	String^ oid
)

Parameters

oid
Type: System..::..String
The object identifier we wish to match.

Return Value

An array of matched attributes, null if there is no match.

See Also