AsymmetricAlgorithmNames.RsaPkcs1 Property

Definition

Retrieves a string that contains "RSA_PKCS1".

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

Property Value

String

Platform::String

winrt::hstring

String that contains "RSA_PKCS1".

Remarks

Use the string retrieved by this property to set the asymmetric algorithm name when you call the OpenAlgorithm method. The string represents an RSA public key algorithm that uses PKCS1 to pad the plaintext. No hash algorithm is used.

Applies to

See also