共用方式為


CryptographicProvider.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.

請參閱

參考

CryptographicProvider 類別

Microsoft.SqlServer.Management.Smo 命名空間