Share via


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 네임스페이스