HashName Property
Collapse the table of content
Expand the table of content

PKCS1MaskGenerationMethod.HashName Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the name of the hash algorithm type to use for generating the mask.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

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.

If no hash algorithm is specified, SHA1 is used by default.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft