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