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.0.1
C#
public AlgorithmIdentifier(
	byte[] rawData
)

Parameters

rawData  Byte
ASN.1-encoded byte array.

See Also