Edit

Share via


CngAlgorithm.ECDsaP256 Property

Definition

Gets a CngAlgorithm object that specifies an Elliptic Curve Digital Signature Algorithm (ECDSA) that uses the P-256 curve.

C#
public static System.Security.Cryptography.CngAlgorithm ECDsaP256 { get; }

Property Value

An object that specifies an ECDSA algorithm that uses the P-256 curve.

Applies to