Pkcs9AttributeObjectFactory Class

Represents a factory class for Pkcs9AttributeObject that allows to create a new object from an enveloped PKCS#9 attribute.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public static class Pkcs9AttributeObjectFactory
Inheritance
Object    Pkcs9AttributeObjectFactory

Methods

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

See Also