Share via


KeyAlgorithmNames.Ecdh256 Property

Definition

Returns "ECDH256" as the key algorithm name.

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

Property Value

String

Platform::String

winrt::hstring

The key algorithm name.

Applies to