CmsSignerInfo.HashAlgorithmName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The hash algorithm that is used to sign the CMS message.