C# Class Castle.Facilities.WcfIntegration.Behaviors.AbstractCredentials

Inheritance: AbstractChannelFactoryAware
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Created ( System.ServiceModel.ChannelFactory channelFactory ) : void

Méthodes protégées

Méthode Description
ConfigureCredentials ( ClientCredentials credentials ) : void
ConfigureServiceAuthentication ( System.ServiceModel.Security.X509CertificateRecipientClientCredential service ) : void

Method Details

ConfigureCredentials() protected abstract méthode

protected abstract ConfigureCredentials ( ClientCredentials credentials ) : void
credentials System.ServiceModel.Description.ClientCredentials
Résultat void

ConfigureServiceAuthentication() protected méthode

protected ConfigureServiceAuthentication ( System.ServiceModel.Security.X509CertificateRecipientClientCredential service ) : void
service System.ServiceModel.Security.X509CertificateRecipientClientCredential
Résultat void

Created() public méthode

public Created ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
Résultat void