Class IisClientCertificateMappingAuthenticationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Active Directory client certificate mapping authentication settings.
public class IisClientCertificateMappingAuthenticationSettings : IisAuthenticationSettingsBase
- Inheritance
-
IisClientCertificateMappingAuthenticationSettings
- Inherited Members
Constructors
IisClientCertificateMappingAuthenticationSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisClientCertificateMappingAuthenticationSettings class.
public IisClientCertificateMappingAuthenticationSettings()
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisClientCertificateMappingAuthenticationSettings class from the specified Xml.
public static IisClientCertificateMappingAuthenticationSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisClientCertificateMappingAuthenticationSettings object
Returns
- IisClientCertificateMappingAuthenticationSettings
A CENTREL.XIA.Configuration.Types.IisClientCertificateMappingAuthenticationSettings class from the specified Xml.