RSAPKCS1SignatureDeformatter Constructor (AsymmetricAlgorithm)
Collapse the table of content
Expand the table of content

RSAPKCS1SignatureDeformatter Constructor (AsymmetricAlgorithm)

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

Initializes a new instance of the RSAPKCS1SignatureDeformatter class with the specified key.

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

'Declaration
Public Sub New ( _
	key As AsymmetricAlgorithm _
)

Parameters

key
Type: System.Security.Cryptography.AsymmetricAlgorithm
The instance of RSA that holds the public key.

ExceptionCondition
ArgumentNullException

key is Nothing.

Use SetHashAlgorithm to set the hash algorithm before calling VerifySignature.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft