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

Syntax

C#
public static IWrapper GetWrapper(
	DerObjectIdentifier oid
)
Visual Basic
Public Shared Function GetWrapper ( _
	oid As DerObjectIdentifier _
) As IWrapper
Visual C++
public:
static IWrapper^ GetWrapper(
	DerObjectIdentifier^ oid
)

See Also