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)
653
using (
PinAndClear
.Track(dsaParameters.X!))
671
using (
PinAndClear
.Track(ecParameters.D!))
691
using (
PinAndClear
.Track(ecParameters.D!))
745
using (
PinAndClear
.Track(rsaParameters.D!))
746
using (
PinAndClear
.Track(rsaParameters.P!))
747
using (
PinAndClear
.Track(rsaParameters.Q!))
748
using (
PinAndClear
.Track(rsaParameters.DP!))
749
using (
PinAndClear
.Track(rsaParameters.DQ!))
750
using (
PinAndClear
.Track(rsaParameters.InverseQ!))