CmsSignerInfo.HashAlgorithmName Property

Definition

Gets or sets the hash algorithm that is used to sign the CMS message.

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

Property Value

String

Platform::String

winrt::hstring

The hash algorithm that is used to sign the CMS message.

Applies to