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
Méthode publique SymmetricKeyEncryption() () () () Initializes a new instance of the SymmetricKeyEncryption class.
Méthode publique 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
Propriété publique ObjectNameOrPassword Gets or sets the object name or the password associated with the symmetric key encryption.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public 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.