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