Classe SymmetricKeyEncryption
The SymmetricKeyEncryption class represents the encryption type used when encrypting symmetric keys.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Class SymmetricKeyEncryption
'Utilisation
Dim instance As SymmetricKeyEncryption
public class SymmetricKeyEncryption
public ref class SymmetricKeyEncryption
type SymmetricKeyEncryption = class end
public class SymmetricKeyEncryption
Le type SymmetricKeyEncryption expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SymmetricKeyEncryption() | Initializes a new instance of the SymmetricKeyEncryption class. | |
SymmetricKeyEncryption(KeyEncryptionType, String) | Initializes a new instance of the SymmetricKeyEncryption class with the specified encryption type and with the specified value. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
ObjectNameOrPassword | Gets or sets the object name or the password associated with the symmetric key encryption. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
KeyEncryptionType | Gets or sets the key encryption type. |
Haut de la page
Notes
To get SymmetricKeyEncryption object properties, users can be a member of the public fixed server role.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.