2 references to KeyTypeProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
103
return (this.TryGetProperty<SecurityKeyType>(
KeyTypeProperty
, out result)) ? result : defaultKeyType;
108
_properties[
KeyTypeProperty
] = (object)value;