다음을 통해 공유


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.