CngAlgorithmGroup.ECDsa 속성

정의

알고리즘의 ECDSA(Elliptic Curve Digital Signature Algorithm) 패밀리를 지정하는 CngAlgorithmGroup 개체를 가져옵니다.

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

속성 값

CngAlgorithmGroup

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

적용 대상