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 | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
ObjectNameOrPassword | Gets or sets the object name or the password associated with the symmetric key encryption. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
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.