Partilhar via


Método CryptographicProvider.EnumProviderKeys

Enumerates a list of encryption keys that are supported by the cryptographic provider.

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

Sintaxe

'Declaração
Public Function EnumProviderKeys As DataTable
'Uso
Dim instance As CryptographicProvider 
Dim returnValue As DataTable 

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

Valor de retorno

Tipo: System.Data.DataTable
A DataTable object that lists all of the encryption keys that are supported by the cryptographic provider.

Consulte também

Referência

CryptographicProvider Classe

Namespace Microsoft.SqlServer.Management.Smo