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)
102
if (
_certificate
== null)
120
return
_certificate
;
131
Byte[] byteArray =
_certificate
.GetRawCertData();