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.