EnumEncryptionAlgorithms 方法
Enumerates a list of encryption algorithms that are supported by the cryptographic provider.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function EnumEncryptionAlgorithms As DataTable
用法
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
返回值
类型:System.Data. . :: . .DataTable
A DataTable object that lists all of the encryption algorithms that are supported by the cryptographic provider.