CngAlgorithm.ECDsa Eigenschap

Definitie

Hiermee haalt u een CngAlgorithm object op dat een Elliptic Curve Digital Signature Algorithm (ECDSA) aangeeft waarvan de curve wordt beschreven via een sleuteleigenschap.

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

Waarde van eigenschap

Een object dat een ECDSA aangeeft waarvan de curve wordt beschreven via een sleuteleigenschap.

Van toepassing op