Class IisMachineKeySettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS machine key settings.
public class IisMachineKeySettings : BypassSection
- Inheritance
-
IisMachineKeySettings
- Inherited Members
Constructors
IisMachineKeySettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.IisMachineKeySettings class.
public IisMachineKeySettings()
Properties
DecryptionKey
Gets or sets the decryption key.
public string DecryptionKey { get; set; }
Property Value
EncryptionMethod
Gets or sets the encryption method.
public IisMachineKeyEncryptionMethod EncryptionMethod { get; set; }
Property Value
ValidationKey
Gets or sets the validation key.
public string ValidationKey { get; set; }
Property Value
ValidationMethod
Gets or sets the validation method for the machine key.
public IisMachineKeyValidationMethod ValidationMethod { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.IisMachineKeySettings class from the specified Xml.
public static IisMachineKeySettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.IisMachineKeySettings object
Returns
- IisMachineKeySettings
A CENTREL.XIA.Configuration.Types.IisMachineKeySettings class from the specified Xml.
ToString()
Returns the machine key settings as a human readable string.
public override string ToString()
Returns
- string
The machine key settings as a human readable string.