MsmqTransportSecurityElement.MsmqSecureHashAlgorithm Property

Definition

Gets or sets the MsmqSecureHashAlgorithm that is associated with this instance of the MsmqTransportSecurityElement class.

public:
 property System::ServiceModel::MsmqSecureHashAlgorithm MsmqSecureHashAlgorithm { System::ServiceModel::MsmqSecureHashAlgorithm get(); void set(System::ServiceModel::MsmqSecureHashAlgorithm value); };
[System.Configuration.ConfigurationProperty("msmqSecureHashAlgorithm", DefaultValue=System.ServiceModel.MsmqSecureHashAlgorithm.Sha1)]
public System.ServiceModel.MsmqSecureHashAlgorithm MsmqSecureHashAlgorithm { get; set; }
[System.Configuration.ConfigurationProperty("msmqSecureHashAlgorithm")]
public System.ServiceModel.MsmqSecureHashAlgorithm MsmqSecureHashAlgorithm { get; set; }
[<System.Configuration.ConfigurationProperty("msmqSecureHashAlgorithm", DefaultValue=System.ServiceModel.MsmqSecureHashAlgorithm.Sha1)>]
member this.MsmqSecureHashAlgorithm : System.ServiceModel.MsmqSecureHashAlgorithm with get, set
[<System.Configuration.ConfigurationProperty("msmqSecureHashAlgorithm")>]
member this.MsmqSecureHashAlgorithm : System.ServiceModel.MsmqSecureHashAlgorithm with get, set
Public Property MsmqSecureHashAlgorithm As MsmqSecureHashAlgorithm

Property Value

The MsmqSecureHashAlgorithm that is associated with this instance of the MsmqTransportSecurity class.

Attributes

Remarks

The default hash algorithm is MsmqSecureHashAlgorithm.

Applies to