3 writes to IdentityConfiguration
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceCredentialsElement.cs (1)
178
behavior.
IdentityConfiguration
= new IdentityConfiguration( IdentityConfiguration );
System\ServiceModel\Security\WSTrustServiceHost.cs (1)
181
Credentials.
IdentityConfiguration
= _serviceContract.SecurityTokenServiceConfiguration;
System\ServiceModel\ServiceConfiguration.cs (1)
143
this.Credentials.
IdentityConfiguration
= value;
13 references to IdentityConfiguration
System.ServiceModel (13)
System\ServiceModel\Description\ServiceCredentials.cs (5)
248
this.
IdentityConfiguration
.ServiceCertificate = serverCert;
254
this.
IdentityConfiguration
.KnownIssuerCertificates = new List<X509Certificate2> (this.IssuedTokenAuthentication.KnownCertificates);
260
if (!this.
IdentityConfiguration
.IsInitialized)
262
this.
IdentityConfiguration
.Initialize();
278
if ((this.
IdentityConfiguration
.SecurityTokenHandlers[typeof(SecurityContextSecurityToken)] != null) &&
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
56
if ( parentCredentials.
IdentityConfiguration
== null )
63
_securityTokenHandlerCollection = parentCredentials.
IdentityConfiguration
.SecurityTokenHandlers;
285
sessionTokenHandler.Configuration.MaxClockSkew = ServiceCredentials.
IdentityConfiguration
.MaxClockSkew;
System\ServiceModel\Security\IdentityModelServiceAuthorizationManager.cs (4)
68
sc.
IdentityConfiguration
.SecurityTokenHandlers,
247
transportTokenIdentityCollection.AddRange(serviceCreds.
IdentityConfiguration
.SecurityTokenHandlers.ValidateToken( transportToken ));
680
claimsPrincipal = credentials.
IdentityConfiguration
.ClaimsAuthenticationManager.Authenticate(resource.AbsoluteUri, claimsPrincipal);
697
bool authorized = credentials.
IdentityConfiguration
.ClaimsAuthorizationManager.CheckAccess(
System\ServiceModel\ServiceConfiguration.cs (1)
138
return this.Credentials.
IdentityConfiguration
;