2 references to DefaultSymmetricKeyLength
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
132
keySize = _securityAlgorithmSuite.
DefaultSymmetricKeyLength
;
System\ServiceModel\Federation\WSTrustUtilities.cs (1)
98
keySizeInBits = algorithmSuite?.
DefaultSymmetricKeyLength
?? 0; // Symmetric keys should default to a length corresponding to the algorithm in use