2 references to Pss
mscorlib (2)
system\security\cryptography\RSASignaturePadding.cs (2)
19
private static readonly RSASignaturePadding s_pss = new RSASignaturePadding(RSASignaturePaddingMode.
Pss
);
37
/// <see cref="RSASignaturePaddingMode.
Pss
"/> mode with the number of salt bytes equal to the size of the hash.