[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Signing options

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum 
MessageCertificateSigningOptions
<
SerializableAttribute> _
<
FlagsAttribute> _
Public 
Enumeration 
MessageCertificateSigningOptions
[
SerializableAttribute]
[
FlagsAttribute]
public 
enum class 
MessageCertificateSigningOptions

Members

Member Description
None
No special options
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 is not used
CryptX931Format
Use X.931 support for the FIPS 186-2–compliant version of RSA (rDSA).

See Also