2 writes to _algorithmSuite
System.ServiceModel.NetTcp (2)
System\ServiceModel\MessageSecurityOverTcp.cs (2)
21
_algorithmSuite
= SecurityAlgorithmSuite.Default;
58
_algorithmSuite
= value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
1 reference to _algorithmSuite
System.ServiceModel.NetTcp (1)
System\ServiceModel\MessageSecurityOverTcp.cs (1)
55
get { return
_algorithmSuite
; }