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.0.1
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