Share via


MessageCertificateX509.UseLegacyHashing Property

 

If true, legacy hashing should be used. This implies that algorithms should not be specified, depending on the implementation of the message or sender.

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

Syntax

public bool UseLegacyHashing { get; }
public:
property bool UseLegacyHashing {
    bool get();
}
Public ReadOnly Property UseLegacyHashing As Boolean

Property Value

Type: System.Boolean

See Also

MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top