1 write to SecurityAlgorithmSuite
System.ServiceModel (1)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
239sessionTokenProvider.SecurityAlgorithmSuite = initiatorRequirement.SecurityAlgorithmSuite;
4 references to SecurityAlgorithmSuite
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (4)
313if (this.SecurityAlgorithmSuite == null) 649rst.KeySize = this.SecurityAlgorithmSuite.DefaultSymmetricKeyLength; 757GenericXmlSecurityToken issuedToken = rstr.GetIssuedToken(null, null, this.KeyEntropyMode, requestorEntropy, this.sctUri, authorizationPolicies, this.SecurityAlgorithmSuite.DefaultSymmetricKeyLength, false); 806if (this.SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(symmetricKey.KeySize))