Compartir a través de


EnumProviderKeys Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 devuelto

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