Condividi tramite


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
Metodo pubblico SymmetricKeyEncryption() Initializes a new instance of the SymmetricKeyEncryption class.
Metodo pubblico 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
Proprietà pubblica ObjectNameOrPassword Gets or sets the object name or the password associated with the symmetric key encryption.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo