Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 805 Bytes

certificaterequestproperties_keyalgorithmname.md

File metadata and controls

27 lines (18 loc) · 805 Bytes
-api-id -api-type
P:Windows.Security.Cryptography.Certificates.CertificateRequestProperties.KeyAlgorithmName
winrt property

Windows.Security.Cryptography.Certificates.CertificateRequestProperties.KeyAlgorithmName

-description

Gets or sets the public key algorithm.

-property-value

Algorithm name.

-remarks

The default value is "RSA". You can use properties on the KeyAlgorithmNames class to specify error-free names or to compare the name retrieved by this property with a known string.

-examples

[!code-csharpShowPublicKeyAlg]

-see-also

KeyAlgorithmNames