Asn1.Type Method
Describe the type of ASN.1 data.
Syntax
[C#]
public static string Type(
string fileOrPEMString
)
[VB.NET]
Public Shared Function Type ( _
fileOrPEMString As String _
) As String
Parameters
- fileOrPEMString
- Filename of ASN.1 formatted data file to be analyzed (or a string containing its base64 or PEM representation)
Return Value
String containing the name of the type of ASN.1 data or the empty string if not found
See Also
VB6/C equivalent: ASN1_Type
[Contents] [Index]