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
Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Validate() public méthode

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.
Résultat void