Compartir a través de


Create Método

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

Lista de sobrecargas

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

Principio