This topic has not yet been rated - Rate this topic

RSAPKCS1SignatureDeformatter.SetHashAlgorithm Method

Sets the hash algorithm to use for verifying the signature.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib.Extensions (in mscorlib.Extensions.dll)
public override void SetHashAlgorithm(
	string strName
)

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.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.