AsymmetricAlgorithm.Create Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a default cryptographic object used to perform the asymmetric algorithm.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Syntax
'Declaration
Public Shared Function Create As AsymmetricAlgorithm
public static AsymmetricAlgorithm Create()
Return Value
Type: System.Security.Cryptography.AsymmetricAlgorithm
A new RSACryptoServiceProvider instance.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also