CryptographyUtilsDecodeDerString Method |
Converts unicode DER string to ASN.1-encoded byte array.
Namespace:
PKI.Utils
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public static byte[] DecodeDerString(
string str
)
Public Shared Function DecodeDerString (
str As String
) As Byte()
public:
static array<unsigned char>^ DecodeDerString(
String^ str
)
static member DecodeDerString :
str : string -> byte[]
Parameters
- str
- Type: SystemString
Unicode string.
Return Value
Type:
ByteASN.1-encoded byte array.
Remarks This method is necessary for ADCS interoperability.
See Also