Compartir a través de


CryptographicProvider.EnumEncryptionAlgorithms Método

Enumerates a list of encryption algorithms 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 EnumEncryptionAlgorithms As DataTable
'Uso
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

Valor devuelto

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

Vea también

Referencia

CryptographicProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo