1 instantiation of PinAndClear
System.Security.Cryptography (1)
System\Security\Cryptography\PinAndClear.cs (1)
15return new PinAndClear
10 references to PinAndClear
System.Security.Cryptography (10)
System\Security\Cryptography\PinAndClear.cs (1)
13internal static PinAndClear Track(byte[] data)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (9)
663using (PinAndClear.Track(dsaParameters.X!)) 681using (PinAndClear.Track(ecParameters.D!)) 701using (PinAndClear.Track(ecParameters.D!)) 773using (PinAndClear.Track(rsaParameters.D!)) 774using (PinAndClear.Track(rsaParameters.P!)) 775using (PinAndClear.Track(rsaParameters.Q!)) 776using (PinAndClear.Track(rsaParameters.DP!)) 777using (PinAndClear.Track(rsaParameters.DQ!)) 778using (PinAndClear.Track(rsaParameters.InverseQ!))