KeyAlgorithmNames.Ecdh384 Property

Definition

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

String

Platform::String

winrt::hstring

The key algorithm name.

Applies to