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)
26SecurityKeyType templateKeyType = IssuedSecurityTokenParameters.defaultKeyType; 623this.templateKeyType = IssuedSecurityTokenParameters.defaultKeyType;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
41SecurityKeyType keyType = defaultKeyType;