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