1 instantiation of PinAndClear
System.Security.Cryptography (1)
System\Security\Cryptography\PinAndClear.cs (1)
15
return new
PinAndClear
10 references to PinAndClear
System.Security.Cryptography (10)
System\Security\Cryptography\PinAndClear.cs (1)
13
internal static
PinAndClear
Track(byte[] data)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (9)
633
using (
PinAndClear
.Track(dsaParameters.X!))
651
using (
PinAndClear
.Track(ecParameters.D!))
671
using (
PinAndClear
.Track(ecParameters.D!))
691
using (
PinAndClear
.Track(rsaParameters.D!))
692
using (
PinAndClear
.Track(rsaParameters.P!))
693
using (
PinAndClear
.Track(rsaParameters.Q!))
694
using (
PinAndClear
.Track(rsaParameters.DP!))
695
using (
PinAndClear
.Track(rsaParameters.DQ!))
696
using (
PinAndClear
.Track(rsaParameters.InverseQ!))