2 writes to algorithmSuite
System.ServiceModel (2)
System\ServiceModel\MessageSecurityOverMsmq.cs (2)
24
algorithmSuite
= SecurityAlgorithmSuite.Default;
51
this.
algorithmSuite
= value;
2 references to algorithmSuite
System.ServiceModel (2)
System\ServiceModel\MessageSecurityOverMsmq.cs (2)
44
get { return this.
algorithmSuite
; }
82
result = SecurityBindingElement.CreateIssuedTokenForCertificateBindingElement(IssuedSecurityTokenParameters.CreateInfoCardParameters(new SecurityStandardsManager(), this.
algorithmSuite
));