3 writes to identityConfiguration
System.ServiceModel (3)
System\ServiceModel\Description\ServiceCredentials.cs (3)
62this.identityConfiguration = other.identityConfiguration; 153this.identityConfiguration = value; 170this.identityConfiguration = new IdentityConfiguration();
3 references to identityConfiguration
System.ServiceModel (3)
System\ServiceModel\Description\ServiceCredentials.cs (3)
62this.identityConfiguration = other.identityConfiguration; 148return this.identityConfiguration; 168if (this.identityConfiguration == null && this.useIdentityConfiguration)