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

AsymmetricSignatureFormatter.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 asymmetric algorithm to use to create the signature.

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

public abstract void SetKey(
	AsymmetricAlgorithm key
)

Parameters

key
Type: System.Security.Cryptography.AsymmetricAlgorithm
The instance of the implementation of AsymmetricAlgorithm to use to create the signature.

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft