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