C# 클래스 TcmDebugger.Service.CredentialsPassThrough

CredentialsPassThrough captures the users credentials in order to pass them on to the SDL Tridion Compound Template webservice
상속: System.IdentityModel.Selectors.UserNamePasswordValidator
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 메소드들

메소드 설명
CredentialsPassThrough ( System.Web.Services.Protocols.SoapHttpClientProtocol compoundTemplateWebService ) : System

Initializes a new instance of the CredentialsPassThrough class.

Validate ( String userName, String password ) : void

When overridden in a derived class, validates the specified username and password.

메소드 상세

CredentialsPassThrough() 공개 메소드

Initializes a new instance of the CredentialsPassThrough class.
public CredentialsPassThrough ( System.Web.Services.Protocols.SoapHttpClientProtocol compoundTemplateWebService ) : System
compoundTemplateWebService System.Web.Services.Protocols.SoapHttpClientProtocol Target CompoundTemplateWebService to proxy for.
리턴 System

Validate() 공개 메소드

When overridden in a derived class, validates the specified username and password.
public Validate ( String userName, String password ) : void
userName String The username to validate.
password String The password to validate.
리턴 void