MessageCertificateSigningOptions Enumeration
Defines signing options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| CryptNoHashId | Used with RSA providers. The hash object identifier (OID) is not placed in the RSA public key encryption. If this flag is not set, the hash OID in the default signature is as specified in the definition of DigestInfo in PKCS #7. | |
| CryptType2Format | This member is not used. | |
| CryptX931Format | Use X.931 support for the FIPS 186-2–compliant version of RSA (rDSA). | |
| None | No options. |
Show: