Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the hash algorithm name in a format that can be used by .NET cryptography.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected string HashAlgorithmName { get; }
protected:
property String^ HashAlgorithmName {
String^ get();
}
Protected ReadOnly Property HashAlgorithmName As String
Property Value
Type: System.String
Remarks
This property should not be used for any native signing or hashing functions.
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top