1 write to _certificates
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (1)
120
_certificates
??= new ArrayList();
5 references to _certificates
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (5)
110
get { return
_certificates
; }
123
_certificates
.Add(x509);
207
_certificates
?.Clear();
260
if (
_certificates
!= null)
262
foreach (X509Certificate certificate in
_certificates
)