Class IisImpersonationAuthenticationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS ASP.NET impersonation authentication settings.
public class IisImpersonationAuthenticationSettings : IisAuthenticationSettingsBase
- Inheritance
-
IisImpersonationAuthenticationSettings
- Inherited Members
Constructors
IisImpersonationAuthenticationSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisImpersonationAuthenticationSettings class.
public IisImpersonationAuthenticationSettings()
Properties
IdentityString
Gets the identity to impersonate.
public string IdentityString { get; set; }
Property Value
Password
Gets or sets the password of the user to impersonate.
public IisPassword Password { get; set; }
Property Value
Username
Gets or sets the username of the user to impersonate.
public string Username { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisImpersonationAuthenticationSettings class from the specified Xml.
public static IisImpersonationAuthenticationSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisImpersonationAuthenticationSettings object
Returns
- IisImpersonationAuthenticationSettings
A CENTREL.XIA.Configuration.Types.IisImpersonationAuthenticationSettings class from the specified Xml.