EccCurveNames.SecP160r2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a string that contains "SECP160R2".
public:
static property Platform::String ^ SecP160r2 { Platform::String ^ get(); };
static winrt::hstring SecP160r2();
public static string SecP160r2 { get; }
var string = EccCurveNames.secP160r2;
Public Shared ReadOnly Property SecP160r2 As String
Property Value
String that contains "SECP160R2".