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