SecureMimeCapability Constructor
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
SecureMimeCapability(ObjectIdentifier)
Initializes an instance of a SecureMimeCapability with no parameters.
Declaration
public SecureMimeCapability(ObjectIdentifier oid)
Parameters
Type | Name | Description |
---|---|---|
ObjectIdentifier | oid | The object identifier that identifies the S//MIME capability. |
SecureMimeCapability(ObjectIdentifier, Byte[])
Initializes an instance of a SecureMimeCapability.
Declaration
public SecureMimeCapability(ObjectIdentifier oid, byte[] parameters)
Parameters
Type | Name | Description |
---|---|---|
ObjectIdentifier | oid | The object identifier that identifies the S//MIME capability. |
Byte[] | parameters | Capability parameters in ASN.1 format. |