AsymmetricAlgorithmNames.RsaSignPssSha512 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a string that contains "RSASIGN_PSS_SHA512".
public:
static property Platform::String ^ RsaSignPssSha512 { Platform::String ^ get(); };
static winrt::hstring RsaSignPssSha512();
public static string RsaSignPssSha512 { get; }
var string = AsymmetricAlgorithmNames.rsaSignPssSha512;
Public Shared ReadOnly Property RsaSignPssSha512 As String
Property Value
String that contains "RSASIGN_PSS_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 signing algorithm that uses the Probabilistic Signature Scheme (PSS) to pad the plaintext and the Secure Hashing Algorithm (SHA) to hash the message contents before signing. The length of the SHA hash is 512 bits.