Click or drag to resize

Asn1Type Method

Describe the type of ASN.1 data.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string Type(
	string fileOrPEMString
)

Parameters

fileOrPEMString  String
Filename of ASN.1 formatted data file to be analyzed (or a string containing its base64 or PEM representation)

Return Value

String
String containing the name of the type of ASN.1 data or the empty string if not found
See Also