2 writes to _algorithmSuite
System.ServiceModel.Http (2)
System\ServiceModel\MessageSecurityOverHttp.cs (2)
24
_algorithmSuite
= SecurityAlgorithmSuite.Default;
47
_algorithmSuite
= value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
1 reference to _algorithmSuite
System.ServiceModel.Http (1)
System\ServiceModel\MessageSecurityOverHttp.cs (1)
44
get { return
_algorithmSuite
; }