4 references to defaultKeyType
System.ServiceModel (4)
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
68
[ConfigurationProperty(ConfigurationStrings.KeyType, DefaultValue = IssuedSecurityTokenParameters.
defaultKeyType
)]
System\ServiceModel\Configuration\SecurityElementBase.cs (2)
26
SecurityKeyType templateKeyType = IssuedSecurityTokenParameters.
defaultKeyType
;
623
this.templateKeyType = IssuedSecurityTokenParameters.
defaultKeyType
;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
41
SecurityKeyType keyType =
defaultKeyType
;