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)
44get { return _algorithmSuite; }