MsmqTransportSecurity.MsmqSecureHashAlgorithm Propriedade

Definição

Obtém ou define o MsmqSecureHashAlgorithm associado a esta instância da classe MsmqTransportSecurity.

public:
 property System::ServiceModel::MsmqSecureHashAlgorithm MsmqSecureHashAlgorithm { System::ServiceModel::MsmqSecureHashAlgorithm get(); void set(System::ServiceModel::MsmqSecureHashAlgorithm value); };
public System.ServiceModel.MsmqSecureHashAlgorithm MsmqSecureHashAlgorithm { get; set; }
member this.MsmqSecureHashAlgorithm : System.ServiceModel.MsmqSecureHashAlgorithm with get, set
Public Property MsmqSecureHashAlgorithm As MsmqSecureHashAlgorithm

Valor da propriedade

MsmqSecureHashAlgorithm

O MsmqSecureHashAlgorithm associado a esta instância da classe MsmqTransportSecurity .

Exceções

O valor não é um dos valores MsmqSecureHashAlgorithm.

Comentários

O algoritmo de hash padrão é Sha1 .

Em razão de problemas de colisão com SHA1, a Microsoft recomenda SHA256.

Aplica-se a