Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 909 Bytes

asymmetricalgorithmnames_rsasignpkcs1sha256.md

File metadata and controls

24 lines (17 loc) · 909 Bytes
-api-id -api-type
P:Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPkcs1Sha256
winrt property

Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaSignPkcs1Sha256

-description

Retrieves a string that contains "RSASIGN_PKCS1_SHA256".

-property-value

String that contains "RSASIGN_PKCS1_SHA256".

-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 signing algorithm that uses PKCS1 to pad the plaintext and the Secure Hashing Algorithm (SHA) to hash the message contents before signing. The length of the SHA hash is 256 bits.

-examples

-see-also

AsymmetricKeyAlgorithmProvider