PKCS1MaskGenerationMethod.HashName Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the name of the hash algorithm type to use for generating the mask.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Syntax
'Declaration
Public Property HashName As String
public string HashName { get; set; }
Property Value
Type: System.String
The name of the type that implements the hash algorithm to use for computing the mask.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also