CngAlgorithmGroup.ECDiffieHellman Eigenschaft

Definition

Ruft ein CngAlgorithmGroup-Objekt ab, das die ECDH (Elliptic Curve Diffie-Hellman)-Familie von Algorithmen angibt.

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

Eigenschaftswert

CngAlgorithmGroup

Ein Objekt, das die ECDH-Familie von Algorithmen angibt.

Gilt für