2 references to SecurityAlgorithmSuiteProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (2)
98
return GetPropertyOrDefault<SecurityAlgorithmSuite>(
SecurityAlgorithmSuiteProperty
, null);
102
this.Properties[
SecurityAlgorithmSuiteProperty
] = value;