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