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

Syntax

C#
protected virtual ICollection GetAlternativeNames(
	string oid
)
Visual Basic
Protected Overridable Function GetAlternativeNames ( _
	oid As String _
) As ICollection
Visual C++
protected:
virtual ICollection^ GetAlternativeNames(
	String^ oid
)

Parameters

oid
Type: System..::..String

See Also