Compartir a través de


Create Método

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

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método público Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(array<SymmetricKeyEncryption> [] () [] [], SymmetricKeyEncryptionAlgorithm) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, SecureString) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, String) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(array<SymmetricKeyEncryption> [] () [] [], SymmetricKeyEncryptionAlgorithm, SecureString) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(array<SymmetricKeyEncryption> [] () [] [], SymmetricKeyEncryptionAlgorithm, String) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, SecureString, String) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, String, String) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(SymmetricKeyEncryption, String, String, CreateDispositionType) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(array<SymmetricKeyEncryption> [] () [] [], SymmetricKeyEncryptionAlgorithm, SecureString, String) Creates a symmetric key on the database with the specified encryption type and method.
Método público Create(array<SymmetricKeyEncryption> [] () [] [], SymmetricKeyEncryptionAlgorithm, String, String) Creates a symmetric key on the database with the specified encryption type and method.

Arriba