4 references to KeyType
System.ServiceModel (4)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (4)
68
[ConfigurationProperty(ConfigurationStrings.
KeyType
, DefaultValue = IssuedSecurityTokenParameters.defaultKeyType)]
72
get { return (SecurityKeyType)base[ConfigurationStrings.
KeyType
]; }
73
set { base[ConfigurationStrings.
KeyType
] = value; }
230
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
KeyType
, source.KeyType);