MsmqTransportSecurity.MsmqSecureHashAlgorithm Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.