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

Inheritance: AbstractChannelFactoryAware
Show file Open project: castleproject/Windsor

Public Methods

Method Description
Created ( System.ServiceModel.ChannelFactory channelFactory ) : void

Protected Methods

Method Description
ConfigureCredentials ( ClientCredentials credentials ) : void
ConfigureServiceAuthentication ( System.ServiceModel.Security.X509CertificateRecipientClientCredential service ) : void

Method Details

ConfigureCredentials() protected abstract method

protected abstract ConfigureCredentials ( ClientCredentials credentials ) : void
credentials System.ServiceModel.Description.ClientCredentials
return void

ConfigureServiceAuthentication() protected method

protected ConfigureServiceAuthentication ( System.ServiceModel.Security.X509CertificateRecipientClientCredential service ) : void
service System.ServiceModel.Security.X509CertificateRecipientClientCredential
return void

Created() public method

public Created ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
return void