This topic has not yet been rated - Rate this topic

SymmetricAlgorithm.Create Method

Creates an instance of a cryptographic object used to perform the symmetric algorithm.

Overload List

Creates an instance of the default cryptographic object used to perform the symmetric algorithm.

[Visual Basic] Overloads Public Shared Function Create() As SymmetricAlgorithm
[C#] public static SymmetricAlgorithm Create();
[C++] public: static SymmetricAlgorithm* Create();
[JScript] public static function Create() : SymmetricAlgorithm;

Creates an instance of the specified cryptographic object used to perform the symmetric algorithm.

[Visual Basic] Overloads Public Shared Function Create(String) As SymmetricAlgorithm
[C#] public static SymmetricAlgorithm Create(string);
[C++] public: static SymmetricAlgorithm* Create(String*);
[JScript] public static function Create(String) : SymmetricAlgorithm;

See Also

SymmetricAlgorithm Class | SymmetricAlgorithm Members | System.Security.Cryptography Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.