2 writes to _certificate
WindowsBase (2)
Base\MS\Internal\IO\Packaging\Certificate.cs (2)
116_certificate = new X509Certificate2(byteArray); 128_certificate = certificate;
3 references to _certificate
WindowsBase (3)
Base\MS\Internal\IO\Packaging\Certificate.cs (3)
102if (_certificate == null) 120return _certificate; 131Byte[] byteArray = _certificate.GetRawCertData();