Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static Asn1Object ConvertValueToObject( X509Extension ext ) |
Visual Basic |
---|
Public Shared Function ConvertValueToObject ( _ ext As X509Extension _ ) As Asn1Object |
Visual C++ |
---|
public: static Asn1Object^ ConvertValueToObject( X509Extension^ ext ) |
Parameters
- ext
- Type: Org.BouncyCastle.Asn1.X509..::..X509Extension
The extension to parse.
Return Value
The object the value string contains.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | If conversion is not possible. |