2 writes to clientCredentialType
System.ServiceModel.Http (2)
System\ServiceModel\BasicHttpMessageSecurity.cs (2)
21
clientCredentialType
= DefaultClientCredentialType;
34
this.
clientCredentialType
= value;
3 references to clientCredentialType
System.ServiceModel.Http (3)
System\ServiceModel\BasicHttpMessageSecurity.cs (3)
27
get { return this.
clientCredentialType
; }
58
switch (this.
clientCredentialType
)
74
if (this.
clientCredentialType
!= BasicHttpMessageCredentialType.Certificate)