4 writes to credentialType
System.ServiceModel (4)
System\ServiceModel\PeerTransportSecuritySettings.cs (4)
22this.credentialType = DefaultCredentialType; 27this.credentialType = other.credentialType; 32credentialType = element.CredentialType; 44this.credentialType = value;
2 references to credentialType
System.ServiceModel (2)
System\ServiceModel\PeerTransportSecuritySettings.cs (2)
27this.credentialType = other.credentialType; 37get { return this.credentialType; }