SymmetricKey.Create Método (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, SecureString)
Creates a symmetric key on the database with the specified encryption type and method.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Create ( _
keyEncryption As SymmetricKeyEncryption, _
keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm, _
passPhrase As SecureString _
)
'Uso
Dim instance As SymmetricKey
Dim keyEncryption As SymmetricKeyEncryption
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm
Dim passPhrase As SecureString
instance.Create(keyEncryption, keyEncryptionAlgorithm, _
passPhrase)
public void Create(
SymmetricKeyEncryption keyEncryption,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
SecureString passPhrase
)
public:
void Create(
SymmetricKeyEncryption^ keyEncryption,
SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
SecureString^ passPhrase
)
member Create :
keyEncryption:SymmetricKeyEncryption *
keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm *
passPhrase:SecureString -> unit
public function Create(
keyEncryption : SymmetricKeyEncryption,
keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm,
passPhrase : SecureString
)
Parámetros
- keyEncryption
Tipo: Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption
A SymmetricKeyEncryption object value that specifies the encryption type.
- keyEncryptionAlgorithm
Tipo: Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm
A SymmetricKeyEncryptionAlgorithm value that specifies the encryption method.
- passPhrase
Tipo: System.Security.SecureString
A SecureString value that specifies the pass phrase from which the symmetric key can be derived.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo