SetHashAlgorithm Method
Collapse the table of content
Expand the table of content

RSAPKCS1SignatureDeformatter.SetHashAlgorithm Method

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

Sets the hash algorithm to use for verifying the signature.

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

'Declaration
Public Overrides Sub SetHashAlgorithm ( _
	strName As String _
)

Parameters

strName
Type: System.String
The name of the hash algorithm to use for verifying the signature.

You must set a hash algorithm before calling VerifySignature.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft