Share via


KeyAlgorithmNames.Rsa Property

Definition

Returns "RSA" as the key algorithm name.

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

Property Value

String

Platform::String

winrt::hstring

The key algorithm name.

Applies to