2 writes to algorithmSuite
System.ServiceModel (2)
System\ServiceModel\BasicHttpMessageSecurity.cs (2)
21
algorithmSuite
= SecurityAlgorithmSuite.Default;
46
this.
algorithmSuite
= value;
2 references to algorithmSuite
System.ServiceModel (2)
System\ServiceModel\BasicHttpMessageSecurity.cs (2)
39
get { return this.
algorithmSuite
; }
142
return this.
algorithmSuite
.GetType() != SecurityAlgorithmSuite.Default.GetType();