Classe SymmetricKeyEncryption
The SymmetricKeyEncryption class represents the encryption type used when encrypting symmetric keys.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..SymmetricKeyEncryption
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Class SymmetricKeyEncryption
'Uso
Dim instance As SymmetricKeyEncryption
public class SymmetricKeyEncryption
public ref class SymmetricKeyEncryption
type SymmetricKeyEncryption = class end
public class SymmetricKeyEncryption
O tipo SymmetricKeyEncryption expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
ObjectNameOrPassword | Gets or sets the object name or the password associated with the symmetric key encryption. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
To get SymmetricKeyEncryption object properties, users can be a member of the public fixed server role.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.