Classe SymmetricKeyEncryption
The SymmetricKeyEncryption class represents the encryption type used when encrypting symmetric keys.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class SymmetricKeyEncryption
'Utilizzo
Dim instance As SymmetricKeyEncryption
public class SymmetricKeyEncryption
public ref class SymmetricKeyEncryption
type SymmetricKeyEncryption = class end
public class SymmetricKeyEncryption
Nel tipo SymmetricKeyEncryption sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ObjectNameOrPassword | Gets or sets the object name or the password associated with the symmetric key encryption. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
KeyEncryptionType | Gets or sets the key encryption type. |
In alto
Osservazioni
To get SymmetricKeyEncryption object properties, users can be a member of the public fixed server role.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.