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)
663
using (
PinAndClear
.Track(dsaParameters.X!))
681
using (
PinAndClear
.Track(ecParameters.D!))
701
using (
PinAndClear
.Track(ecParameters.D!))
773
using (
PinAndClear
.Track(rsaParameters.D!))
774
using (
PinAndClear
.Track(rsaParameters.P!))
775
using (
PinAndClear
.Track(rsaParameters.Q!))
776
using (
PinAndClear
.Track(rsaParameters.DP!))
777
using (
PinAndClear
.Track(rsaParameters.DQ!))
778
using (
PinAndClear
.Track(rsaParameters.InverseQ!))