2 writes to IssuedKeyType
System.ServiceModel (2)
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (1)
101
security.
IssuedKeyType
= this.IssuedKeyType;
System\ServiceModel\FederatedMessageSecurityOverHttp.cs (1)
306
messageSecurity.
IssuedKeyType
= issuedTokenParameters.KeyType;
5 references to IssuedKeyType
System.ServiceModel (5)
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (1)
138
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.IssuedKeyType, security.
IssuedKeyType
);
System\ServiceModel\FederatedMessageSecurityOverHttp.cs (4)
136
if ((this.
IssuedKeyType
== SecurityKeyType.BearerKey) &&
151
issuedParameters.KeyType = this.
IssuedKeyType
;
152
if (this.
IssuedKeyType
== SecurityKeyType.SymmetricKey)
359
return (this.
IssuedKeyType
!= DefaultIssuedKeyType);