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

System.Security.Cryptography.SymmetricAlgorithm.Create Overloads

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

Public Methods

static
Create() : SymmetricAlgorithm
Creates the default implementation of the default symmetric algorithm (System.Security.Cryptography.Rijndael).
static
Create(string) : SymmetricAlgorithm
Creates a specific implementation of the given symmetric algorithm.