9 references to Track
System.Security.Cryptography (9)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (9)
653using (PinAndClear.Track(dsaParameters.X!)) 671using (PinAndClear.Track(ecParameters.D!)) 691using (PinAndClear.Track(ecParameters.D!)) 745using (PinAndClear.Track(rsaParameters.D!)) 746using (PinAndClear.Track(rsaParameters.P!)) 747using (PinAndClear.Track(rsaParameters.Q!)) 748using (PinAndClear.Track(rsaParameters.DP!)) 749using (PinAndClear.Track(rsaParameters.DQ!)) 750using (PinAndClear.Track(rsaParameters.InverseQ!))