10 references to Issuer
System.ServiceModel (10)
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (10)
109
security.IssuerAddress = ConfigLoader.LoadEndpointAddress(this.
Issuer
);
111
if (!string.IsNullOrEmpty(this.
Issuer
.Binding))
113
security.IssuerBinding = ConfigLoader.LookupBinding(this.
Issuer
.Binding, this.
Issuer
.BindingConfiguration, this.EvaluationContext);
146
this.
Issuer
.InitializeFrom(security.IssuerAddress);
155
if (null == this.
Issuer
.Address)
160
this.
Issuer
.BindingConfiguration = this.
Issuer
.Address.ToString();
161
BindingsSection.TryAdd(this.
Issuer
.BindingConfiguration,
163
this.
Issuer
.Binding = bindingType;