This topic has not yet been rated - Rate this topic

DefaultPropertiesToSend.HashAlgorithm Property

Gets or sets the hashing algorithm used when authenticating messages or creating a digital signature for a message.

[Visual Basic]
Public Property HashAlgorithm As HashAlgorithm
[C#]
public HashAlgorithm HashAlgorithm {get; set;}
[C++]
public: __property HashAlgorithm get_HashAlgorithm();
public: __property void set_HashAlgorithm(HashAlgorithm);
[JScript]
public function get HashAlgorithm() : HashAlgorithm;
public function set HashAlgorithm(HashAlgorithm);

Property Value

One of the HashAlgorithm enumeration values. The default is MD5.

Remarks

The HashAlgorithm property identifies the hashing algorithm Message Queuing uses when authenticating messages or when creating a digital signature for a message.

Message Queuing on the source computer uses the hashing algorithm when creating a digital signature for a message. The target Queue Manager then uses the same hashing algorithm to authenticate the message when it is received.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | UseAuthentication | AttachSenderId | MessageQueue.Authenticate | Message.HashAlgorithm | HashAlgorithm

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.