6 references to ToUnsignedIntegerBytes
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (6)
83
key.PrivateExponent.
ToUnsignedIntegerBytes
(parameters.D);
84
key.Prime1.
ToUnsignedIntegerBytes
(parameters.P);
85
key.Prime2.
ToUnsignedIntegerBytes
(parameters.Q);
86
key.Exponent1.
ToUnsignedIntegerBytes
(parameters.DP);
87
key.Exponent2.
ToUnsignedIntegerBytes
(parameters.DQ);
88
key.Coefficient.
ToUnsignedIntegerBytes
(parameters.InverseQ);