Describe the type of ASN.1 data.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static string Type(
string fileOrPEMString
)
Public Shared Function Type (
fileOrPEMString As String
) As String
Parameters
- fileOrPEMString String
- Filename of ASN.1 formatted data file to be analyzed (or a string containing its base64 or PEM representation)
Return Value
StringString containing the name of the type of ASN.1 data or the empty string if not found
See Also