1 write to CredentialType
System.ServiceModel (1)
System\ServiceModel\Configuration\PeerTransportSecurityElement.cs (1)
49this.CredentialType = security.CredentialType;
3 references to CredentialType
System.ServiceModel (3)
System\ServiceModel\Configuration\PeerTransportSecurityElement.cs (2)
32security.CredentialType = this.CredentialType; 49this.CredentialType = security.CredentialType;
System\ServiceModel\PeerTransportSecuritySettings.cs (1)
32credentialType = element.CredentialType;