C# Class TcmDebugger.Service.CredentialsPassThrough

CredentialsPassThrough captures the users credentials in order to pass them on to the SDL Tridion Compound Template webservice
Inheritance: System.IdentityModel.Selectors.UserNamePasswordValidator
Exibir arquivo Open project: mvlasenko/TridionVSRazorExtension

Public Methods

Method Description
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.

Method Details

CredentialsPassThrough() public method

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.
return System

Validate() public method

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.
return void