C# Class Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_CMS_SIG_PARAMS

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
CertificateHandle uint
ContentType System.IntPtr
DigestMechanism System.IntPtr
RequestedAttributes System.IntPtr
RequestedAttributesLen uint
RequiredAttributes System.IntPtr
RequiredAttributesLen uint
SigningMechanism System.IntPtr

Property Details

CertificateHandle public_oe property

Object handle for a certificate associated with the signing key
public uint CertificateHandle
return uint

ContentType public_oe property

NULL-terminated string indicating complete MIME Content-type of message to be signed or null if the message is a MIME object
public IntPtr,System ContentType
return System.IntPtr

DigestMechanism public_oe property

Mechanism to use when digesting the data
public IntPtr,System DigestMechanism
return System.IntPtr

RequestedAttributes public_oe property

Pointer to DER-encoded list of CMS Attributes the caller requests to be included in the signed attributes
public IntPtr,System RequestedAttributes
return System.IntPtr

RequestedAttributesLen public_oe property

Length in bytes of the value pointed to by RequestedAttributes
public uint RequestedAttributesLen
return uint

RequiredAttributes public_oe property

Pointer to DER-encoded list of CMS Attributes (with accompanying values) required to be included in the resulting signed attributes
public IntPtr,System RequiredAttributes
return System.IntPtr

RequiredAttributesLen public_oe property

Length in bytes, of the value pointed to by RequiredAttributes
public uint RequiredAttributesLen
return uint

SigningMechanism public_oe property

Mechanism to use when signing a constructed CMS SignedAttributes value
public IntPtr,System SigningMechanism
return System.IntPtr