C# 클래스 System.ServiceModel.Description.ClientCredentials

상속: IEndpointBehavior:SecurityCredentialsManager, IEndpointBehavior
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
ClientCredentials ( ) : System
Clone ( ) : ClientCredentials
CreateSecurityTokenManager ( ) : System.IdentityModel.Selectors.SecurityTokenManager
IEndpointBehavior ( ServiceEndpoint endpoint ) : void
IEndpointBehavior ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection parameters ) : void
IEndpointBehavior ( ServiceEndpoint endpoint, EndpointDispatcher dispatcher ) : void

보호된 메소드들

메소드 설명
CloneCore ( ) : ClientCredentials

비공개 메소드들

메소드 설명
ApplyClientBehavior ( ServiceEndpoint endpoint, ClientRuntime behavior ) : void
ClientCredentials ( ClientCredentials source ) : System
GetInfoCardSecurityToken ( bool requiresInfoCard, System.IdentityModel.Selectors.CardSpacePolicyElement chain, System.IdentityModel.Selectors.SecurityTokenSerializer tokenSerializer ) : System.IdentityModel.Tokens.SecurityToken

메소드 상세

ClientCredentials() 공개 메소드

public ClientCredentials ( ) : System
리턴 System

Clone() 공개 메소드

public Clone ( ) : ClientCredentials
리턴 ClientCredentials

CloneCore() 보호된 메소드

protected CloneCore ( ) : ClientCredentials
리턴 ClientCredentials

CreateSecurityTokenManager() 공개 메소드

public CreateSecurityTokenManager ( ) : System.IdentityModel.Selectors.SecurityTokenManager
리턴 System.IdentityModel.Selectors.SecurityTokenManager

IEndpointBehavior() 공개 메소드

public IEndpointBehavior ( ServiceEndpoint endpoint ) : void
endpoint ServiceEndpoint
리턴 void

IEndpointBehavior() 공개 메소드

public IEndpointBehavior ( ServiceEndpoint endpoint, System.ServiceModel.Channels.BindingParameterCollection parameters ) : void
endpoint ServiceEndpoint
parameters System.ServiceModel.Channels.BindingParameterCollection
리턴 void

IEndpointBehavior() 공개 메소드

public IEndpointBehavior ( ServiceEndpoint endpoint, EndpointDispatcher dispatcher ) : void
endpoint ServiceEndpoint
dispatcher System.ServiceModel.Dispatcher.EndpointDispatcher
리턴 void