MessageCertificateX509.HashAlgorithmOid Property
Gets the virtual hash algorithm name in a format that can be used for signing and hashing of messages by using the Crypto API.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string HashAlgorithmOid { get; }
public:
property String^ HashAlgorithmOid {
String^ get();
}
Public ReadOnly Property HashAlgorithmOid As String
Property Value
Type: System.String
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top