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