2 references to RequireCryptographicTokenProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
76
return (this.TryGetProperty<bool>(
RequireCryptographicTokenProperty
, out result)) ? result : defaultRequireCryptographicToken;
80
_properties[
RequireCryptographicTokenProperty
] = (object)value;