1 write to _parent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
29_parent = clientCredentials;
17 references to _parent
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (17)
34get { return _parent; } 107if (_parent.ClientCertificate.Certificate == null) 111result = new X509SecurityTokenProvider(_parent.ClientCertificate.Certificate); 129if (_parent.ClientCertificate.Certificate == null) 133result = new X509SecurityTokenProvider(_parent.ClientCertificate.Certificate); 140new KerberosSecurityTokenProvider(spn, _parent.Windows.AllowedImpersonationLevel, SecurityUtils.GetNetworkCredentialOrDefault(_parent.Windows.ClientCredential))); 144if (_parent.UserName.UserName == null) 148result = new UserNameSecurityTokenProvider(_parent.UserName.UserName, _parent.UserName.Password); 154result = new SspiSecurityTokenProvider(SecurityUtils.GetNetworkCredentialOrDefault(_parent.HttpDigest.ClientCredential), true, TokenImpersonationLevel.Delegation); 159result = new SspiSecurityTokenProvider(SecurityUtils.GetNetworkCredentialOrDefault(_parent.Windows.ClientCredential), 161_parent.Windows.AllowNtlm, 162_parent.Windows.AllowedImpersonationLevel); 184return new X509SecurityTokenAuthenticator(_parent.ServiceCertificate.Authentication.GetCertificateValidator(), false); 189if (_parent.ServiceCertificate.SslCertificateAuthentication != null) 191return new X509SecurityTokenAuthenticator(_parent.ServiceCertificate.SslCertificateAuthentication.GetCertificateValidator(), false);