Compartilhar via


Enumeração KeyEncryptionType

The KeyEncryptionType enumeration is a list of constant values that specify the key encryption type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Enumeration KeyEncryptionType
'Uso
Dim instance As KeyEncryptionType
public enum KeyEncryptionType
public enum class KeyEncryptionType
type KeyEncryptionType
public enum KeyEncryptionType

Membros

Nome do membro Descrição
AsymmetricKey Encryption is set by using an asymmetric key.
Certificate Encryption is set by using a certificate.
Password Encryption is set by using a password.
Provider Encryption is set by the encryption provider.
SymmetricKey Encryption is set by using a symmetric key.

Comentários

The KeyEncryptionType class is served by the SymmetricKeyEncryption method.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo