Click or drag to resize

X509AttributeDecode Method

Decodes ASN.1-encoded attribute (with envelope) to an instance of X509Attribute class.

Namespace:  System.Security.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static X509Attribute Decode(
	byte[] rawData
)

Parameters

rawData
Type: SystemByte
ASN.1-encoded attribute full data.

Return Value

Type: X509Attribute
Instance of X509Attribute class
Exceptions
ExceptionCondition
ArgumentNullExceptionrawData parameter is null.
Asn1InvalidTagExceptionInvalid tag identifier occured.
See Also