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)
633using (PinAndClear.Track(dsaParameters.X!)) 651using (PinAndClear.Track(ecParameters.D!)) 671using (PinAndClear.Track(ecParameters.D!)) 691using (PinAndClear.Track(rsaParameters.D!)) 692using (PinAndClear.Track(rsaParameters.P!)) 693using (PinAndClear.Track(rsaParameters.Q!)) 694using (PinAndClear.Track(rsaParameters.DP!)) 695using (PinAndClear.Track(rsaParameters.DQ!)) 696using (PinAndClear.Track(rsaParameters.InverseQ!))