Pkcs9AttributeObjectFactoryCreateFromAsn1 Method

Creates a new instance of Pkcs9AttributeObject class from an enveloped ASN.1-encoded PKCS#9 attribute data.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static Pkcs9AttributeObject CreateFromAsn1(
	byte[] rawData
)

Parameters

rawData  Byte
ASN.1-encoded complete attribute envelope (including object identifier).

Return Value

Pkcs9AttributeObject

[Missing <returns> documentation for "M:SysadminsLV.PKI.Cryptography.Pkcs.Pkcs9AttributeObjectFactory.CreateFromAsn1(System.Byte[])"]

Exceptions

ArgumentNullExceptionrawData is null.
Asn1InvalidTagExceptionrawData does not represent enveloped PKCS#9 attribute object.

See Also