3 writes to allowedCertificates
WsatConfig (3)
Configuration\WsatConfiguration.cs (3)
73
this.
allowedCertificates
= DefaultX509GlobalAcl;
208
this.
allowedCertificates
= new string[] { };
212
this.
allowedCertificates
= value;
1 reference to allowedCertificates
WsatConfig (1)
Configuration\WsatConfiguration.cs (1)
203
get { return this.
allowedCertificates
; }