AlgorithmIdentifier(Byte) Constructor

Initializes a new instance of the AlgorithmIdentifier class from a ASN.1-encoded byte array that represents an AlgorithmIdentifier structure.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public AlgorithmIdentifier(
	byte[] rawData
)

Parameters

rawData  Byte
ASN.1-encoded byte array.

See Also