SymmetricKeyEncryption-Klasse

The SymmetricKeyEncryption class represents the encryption type used when encrypting symmetric keys.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption

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

Syntax

'Declaration
Public Class SymmetricKeyEncryption
'Usage
Dim instance As SymmetricKeyEncryption
public class SymmetricKeyEncryption
public ref class SymmetricKeyEncryption
type SymmetricKeyEncryption =  class end
public class SymmetricKeyEncryption

Der SymmetricKeyEncryption-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SymmetricKeyEncryption() Initializes a new instance of the SymmetricKeyEncryption class.
Öffentliche Methode SymmetricKeyEncryption(KeyEncryptionType, String) Initializes a new instance of the SymmetricKeyEncryption class with the specified encryption type and with the specified value.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ObjectNameOrPassword Gets or sets the object name or the password associated with the symmetric key encryption.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld KeyEncryptionType Gets or sets the key encryption type.

Zum Anfang

Hinweise

To get SymmetricKeyEncryption object properties, users can be a member of the public fixed server role.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace