Método SymmetricKey.EnumKeyEncryptions

Enumerates a list of key encryptions associated with the symmetric key.

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

Sintaxe

'Declaração
Public Function EnumKeyEncryptions As DataTable
'Uso
Dim instance As SymmetricKey 
Dim returnValue As DataTable 

returnValue = instance.EnumKeyEncryptions()
public DataTable EnumKeyEncryptions()
public:
DataTable^ EnumKeyEncryptions()
member EnumKeyEncryptions : unit -> DataTable
public function EnumKeyEncryptions() : DataTable

Valor de retorno

Tipo: System.Data.DataTable
An DataTable system object value that contains a list of key encryptions associated with the symmetric key.

Exemplos

Usando a criptografia

Consulte também

Referência

SymmetricKey Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Hierarquia de criptografia

CREATE SYMMETRIC KEY (Transact-SQL)