C# 클래스 Castle.Facilities.WcfIntegration.Behaviors.AbstractCredentials

상속: AbstractChannelFactoryAware
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Created ( System.ServiceModel.ChannelFactory channelFactory ) : void

보호된 메소드들

메소드 설명
ConfigureCredentials ( ClientCredentials credentials ) : void
ConfigureServiceAuthentication ( System.ServiceModel.Security.X509CertificateRecipientClientCredential service ) : void

메소드 상세

ConfigureCredentials() 보호된 추상적인 메소드

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

ConfigureServiceAuthentication() 보호된 메소드

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

Created() 공개 메소드

public Created ( System.ServiceModel.ChannelFactory channelFactory ) : void
channelFactory System.ServiceModel.ChannelFactory
리턴 void