2 references to SecurityAlgorithmSuiteProperty
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (2)
99
return GetPropertyOrDefault<SecurityAlgorithmSuite>(
SecurityAlgorithmSuiteProperty
, null);
103
Properties[
SecurityAlgorithmSuiteProperty
] = value;