SetKey Method
Collapse the table of content
Expand the table of content

AsymmetricSignatureDeformatter.SetKey Method

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

When overridden in a derived class, sets the public key to use for verifying the signature.

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

'Declaration
Public MustOverride Sub SetKey ( _
	key As AsymmetricAlgorithm _
)

Parameters

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

You must set a key before calling an implementation of VerifySignature.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft