Compartir a través de


CmsSignerInfo.HashAlgorithmName Propiedad

Definición

Obtiene o establece el algoritmo hash que se usa para firmar el mensaje CMS.

public:
 property Platform::String ^ HashAlgorithmName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring HashAlgorithmName();

void HashAlgorithmName(winrt::hstring value);
public string HashAlgorithmName { get; set; }
var string = cmsSignerInfo.hashAlgorithmName;
cmsSignerInfo.hashAlgorithmName = string;
Public Property HashAlgorithmName As String

Valor de propiedad

String

Platform::String

winrt::hstring

Algoritmo hash que se usa para firmar el mensaje CMS.

Se aplica a