Mono Class Library: System.Security.Cryptography.SymmetricAlgorithm Overview | MembersSystem.Security.Cryptography.SymmetricAlgorithm.Create Overloads |
The overloads of Create are listed below. For a list of all members, see the SymmetricAlgorithm Members list.
staticCreate() : SymmetricAlgorithm Creates the default implementation of the default symmetric algorithm (System.Security.Cryptography.Rijndael). staticCreate(string) : SymmetricAlgorithm Creates a specific implementation of the given symmetric algorithm.