Méthode CryptographicProvider.EnumEncryptionAlgorithms
Enumerates a list of encryption algorithms 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 EnumEncryptionAlgorithms As DataTable
'Utilisation
Dim instance As CryptographicProvider
Dim returnValue As DataTable
returnValue = instance.EnumEncryptionAlgorithms()
public DataTable EnumEncryptionAlgorithms()
public:
DataTable^ EnumEncryptionAlgorithms()
member EnumEncryptionAlgorithms : unit -> DataTable
public function EnumEncryptionAlgorithms() : DataTable
Valeur de retour
Type : System.Data.DataTable
A DataTable object that lists all of the encryption algorithms that are supported by the cryptographic provider.