1 write to previousConfig
WsatConfig (1)
Configuration\WsatConfiguration.cs (1)
69this.previousConfig = previousConfig;
34 references to previousConfig
WsatConfig (34)
Configuration\WsatConfiguration.cs (34)
524CopyConfigurationData(this, previousConfig); 619if (previousConfig == null) 623else if (X509Certificate != previousConfig.X509Certificate) 625RemoveCertificatePrivateKeyAccess(previousConfig.X509Certificate); 742if (!this.minimalWrite || this.previousConfig == null || this.TransactionBridgeEnabled != this.previousConfig.TransactionBridgeEnabled || (this.previousConfig.TransactionBridge30Enabled && !this.TransactionBridgeEnabled) ) 749if (!this.minimalWrite || this.previousConfig == null || this.TraceLevel != this.previousConfig.TraceLevel) 754if (!this.minimalWrite || this.previousConfig == null || this.ActivityTracing != this.previousConfig.ActivityTracing) 759if (!this.minimalWrite || this.previousConfig == null || this.ActivityPropagation != this.previousConfig.ActivityPropagation) 764if (!this.minimalWrite || this.previousConfig == null || this.TracePii != this.previousConfig.TracePii) 769if (!this.minimalWrite || this.previousConfig == null || this.DefaultTimeout != this.previousConfig.DefaultTimeout) 774if (!this.minimalWrite || this.previousConfig == null || this.MaxTimeout != this.previousConfig.MaxTimeout) 779if (!this.minimalWrite || this.previousConfig == null || this.X509GlobalAcl != this.previousConfig.X509GlobalAcl) 784if (!this.minimalWrite || this.previousConfig == null || this.X509Certificate != this.previousConfig.X509Certificate) 789if (!this.minimalWrite || this.previousConfig == null || this.HttpsPort != this.previousConfig.HttpsPort) 794if (!this.minimalWrite || this.previousConfig == null || this.KerberosGlobalAcl != this.previousConfig.KerberosGlobalAcl) 809if (this.previousConfig != null) 811wsatServiceAddress = new WsatServiceAddress(this.previousConfig.HttpsPort); 826if (this.previousConfig != null && this.previousConfig.X509Certificate != null) 828wsatServiceCertificate = new WsatServiceCertificate(this.previousConfig.X509Certificate, previousConfig.HttpsPort); 841firewallWrapper.RemoveHttpsPort((int)this.previousConfig.HttpsPort);