KeyAlgorithmNames.Ecdh Property

Definition

Returns "ECDH" as the key algorithm name.

public:
 static property Platform::String ^ Ecdh { Platform::String ^ get(); };
static winrt::hstring Ecdh();
public static string Ecdh { get; }
var string = KeyAlgorithmNames.ecdh;
Public Shared ReadOnly Property Ecdh As String

Property Value

String

Platform::String

winrt::hstring

The key algorithm name.

Applies to