12 references to ServiceCredentials
System.ServiceModel (12)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (11)
283
if (
ServiceCredentials
!= null )
285
sessionTokenHandler.Configuration.MaxClockSkew =
ServiceCredentials
.IdentityConfiguration.MaxClockSkew;
392
GetSecurityVersion( version ), trustVersion, scVersion, false, this.
ServiceCredentials
.IssuedTokenAuthentication.SamlSerializer,
393
this.
ServiceCredentials
.SecureConversationAuthentication.SecurityStateEncoder,
394
this.
ServiceCredentials
.SecureConversationAuthentication.SecurityContextClaimTypes );
421
if ( base.
ServiceCredentials
.ServiceCertificate.Certificate != null )
423
outOfBandTokens.Add( new X509SecurityToken( base.
ServiceCredentials
.ServiceCertificate.Certificate ) );
426
if ( ( base.
ServiceCredentials
.IssuedTokenAuthentication.KnownCertificates != null ) && ( base.
ServiceCredentials
.IssuedTokenAuthentication.KnownCertificates.Count > 0 ) )
428
for ( int i = 0; i < base.
ServiceCredentials
.IssuedTokenAuthentication.KnownCertificates.Count; ++i )
430
outOfBandTokens.Add( new X509SecurityToken( base.
ServiceCredentials
.IssuedTokenAuthentication.KnownCertificates[i]));
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
212
authenticator.MapCertificateToWindowsAccount = this.
ServiceCredentials
.ClientCertificate.Authentication.MapClientCertificateToWindowsAccount;