Mono Class Library: System.Security.Cryptography.AsymmetricAlgorithm Overview | Members

System.Security.Cryptography.AsymmetricAlgorithm.Create Overloads

The overloads of Create are listed below. For a list of all members, see the AsymmetricAlgorithm Members list.

Public Methods

static
Create() : AsymmetricAlgorithm
Creates the default implementation of the default asymmetric algorithm (System.Security.Cryptography.RSACryptoServiceProvider).
static
Create(string) : AsymmetricAlgorithm
Creates a specific implementation of the given asymmetric algorithm.