共用方式為


CryptographicProvider.EnumProviderKeys 方法

Enumerates a list of encryption keys that are supported by the cryptographic provider.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Function EnumProviderKeys As DataTable
'用途
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

傳回值

型別:System.Data.DataTable
A DataTable object that lists all of the encryption keys that are supported by the cryptographic provider.

請參閱

參考

CryptographicProvider 類別

Microsoft.SqlServer.Management.Smo 命名空間