Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 923 Bytes

asymmetricalgorithmnames_rsaoaepsha512.md

File metadata and controls

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

Windows.Security.Cryptography.Core.AsymmetricAlgorithmNames.RsaOaepSha512

-description

Retrieves a string that contains "RSA_OAEP_SHA512".

-property-value

String that contains "RSA_OAEP_SHA512".

-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 algorithm that uses Optimal Asymmetric Encryption Padding (OAEP) to encode or pad the plaintext and a Secure Hashing Algorithm (SHA) to hash the message contents before signing. The length of the SHA hash is 512 bits.

-examples

-see-also

AsymmetricKeyAlgorithmProvider