Sdílet prostřednictvím


SymmetricKey.Create Method

Include Protected Members
Include Inherited Members

Creates a symmetric key on the database with the specified encryption type and method.

Overload List

  Name Description
Public method Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm) Creates a symmetric key on the database with the specified encryption type and method.
Public method Create(array<SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm) Creates a symmetric key on the database with the specified encryption type and method.
Public method Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, SecureString)
Public method Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, String) Creates a symmetric key on the database with the specified encryption type and method.
Public method Create(array<SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, SecureString)
Public method Create(array<SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, String) Creates a symmetric key on the database with the specified encryption type and method.
Public method Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, SecureString, String) Creates a symmetric key on the database with the specified encryption type and method.
Public method Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, String, String) Creates a symmetric key on the database with the specified encryption type and method.
Public method Create(SymmetricKeyEncryption, String, String, CreateDispositionType)
Public method Create(array<SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, SecureString, String) Creates a symmetric key on the database with the specified encryption type and method.
Public method Create(array<SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, String, String) Creates a symmetric key on the database with the specified encryption type and method.

Top

Examples

Using Encryption