1 write to _certificates
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (1)
114
_certificates
??= new ArrayList();
5 references to _certificates
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (5)
107
get { return
_certificates
; }
117
_certificates
.Add(x509);
201
_certificates
?.Clear();
254
if (
_certificates
!= null)
256
foreach (X509Certificate certificate in
_certificates
)