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