Méthode CryptographicProvider.EnumProviderKeys
Enumerates a list of encryption keys that are supported by the cryptographic provider.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function EnumProviderKeys As DataTable
'Utilisation
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
Valeur de retour
Type : System.Data.DataTable
A DataTable object that lists all of the encryption keys that are supported by the cryptographic provider.