CngAlgorithmGroup.ECDsa 속성

정의

CngAlgorithmGroup ECDSA(타원 곡선 디지털 서명 알고리즘) 알고리즘 패밀리를 지정하는 개체를 가져옵니다.

public:
 static property System::Security::Cryptography::CngAlgorithmGroup ^ ECDsa { System::Security::Cryptography::CngAlgorithmGroup ^ get(); };
public static System.Security.Cryptography.CngAlgorithmGroup ECDsa { get; }
static member ECDsa : System.Security.Cryptography.CngAlgorithmGroup
Public Shared ReadOnly Property ECDsa As CngAlgorithmGroup

속성 값

ECDSA 알고리즘 패밀리를 지정하는 개체입니다.

적용 대상