2 writes to clientCredentialType
System.ServiceModel (2)
System\ServiceModel\MessageSecurityOverHttp.cs (2)
25
clientCredentialType
= DefaultClientCredentialType;
39
this.
clientCredentialType
= value;
4 references to clientCredentialType
System.ServiceModel (4)
System\ServiceModel\MessageSecurityOverHttp.cs (4)
32
get { return this.
clientCredentialType
; }
88
switch (this.
clientCredentialType
)
121
switch (this.
clientCredentialType
)
145
switch (this.
clientCredentialType
)