CryptBinaryConverter Class

Contains helper methods to convert encoded strings to their binary representation.

Definition

Namespace: SysadminsLV.PKI
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static class CryptBinaryConverter
Inheritance
Object    CryptBinaryConverter

Methods

AnyToBinary Converts input string to a byte array. See Remarks for more details.
CryptFileToBinary Reads the file which is either in binary or base64 encoding or hex formatted and returns decoded bytes.

See Also