The CMS_SIG_PARAMS type exposes the following members.

Methods

  Name Description
Equals (Inherited from ValueType.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from ValueType.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from ValueType.)

Fields

  Name Description
CertificateHandle
Object handle for the certificate related to the signing key
ContentType
Pointer to a NULL-terminated string indicating the MIME Content-type of message to be signed or null if the message is a MIME object
DigestMechanism
Mechanism to use when digesting the data
RequestedAttributes
Pointer to DER-encoded list of CMS Attributes the caller requests to be included in the signed attributes
RequestedAttributesLen
Length in bytes of the value pointed to by RequestedAttributes
RequiredAttributes
Pointer to DER-encoded list of CMS Attributes (with accompanying values) required to be included in the resulting signed attributes
RequiredAttributesLen
Length in bytes, of the value pointed to by RequiredAttributes
SigningMechanism
Mechanism to use when signing

See Also