KeyAlgorithmNames.Ecdsa521 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.
Returns "ECDSA521" as the key algorithm name.
public:
static property Platform::String ^ Ecdsa521 { Platform::String ^ get(); };
static winrt::hstring Ecdsa521();
public static string Ecdsa521 { get; }
var string = KeyAlgorithmNames.ecdsa521;
Public Shared ReadOnly Property Ecdsa521 As String
Property Value
The key algorithm name.