We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05bcc1 commit adeb819Copy full SHA for adeb819
prototype/KeyGuardMaa/Program.cs
@@ -86,7 +86,7 @@ static void Main()
86
byte[] sig = rsa.SignData(
87
System.Text.Encoding.UTF8.GetBytes("Hello KeyGuard"),
88
HashAlgorithmName.SHA256,
89
- RSASignaturePadding.Pkcs1);
+ RSASignaturePadding.PSS);
90
91
Console.WriteLine($"\nSignature length: {sig.Length} bytes");
92
}
0 commit comments