Parameters Property
Parameters
Gets the EC parameters associated with this key.
C#
public ECParameters Parameters { get; }
Property Value
Type | Description |
---|---|
System.Security.Cryptography.ECParameters |
Remarks
These parameters include the curve information and key data.