public static Pkcs9AttributeObject CreateFromAsn1(
byte[] rawData
)Public Shared Function CreateFromAsn1 (
rawData As Byte()
) As Pkcs9AttributeObjectpublic:
static Pkcs9AttributeObject^ CreateFromAsn1(
array<unsigned char>^ rawData
)static member CreateFromAsn1 :
rawData : byte[] -> Pkcs9AttributeObject [Missing <returns> documentation for "M:SysadminsLV.PKI.Cryptography.Pkcs.Pkcs9AttributeObjectFactory.CreateFromAsn1(System.Byte[])"]
| ArgumentNullException | rawData is null. |
| Asn1InvalidTagException | rawData does not represent enveloped PKCS#9 attribute object. |