MachineKeySection.Validation Property
.NET Framework 2.0
Specifies the type of hashing algorithm that is used for validating data.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TypeConverterAttribute(typeof(MachineKeyValidationConverter))] public MachineKeyValidation Validation { get; set; }
/** @property */ public MachineKeyValidation get_Validation () /** @property */ public void set_Validation (MachineKeyValidation value)
public function get Validation () : MachineKeyValidation public function set Validation (value : MachineKeyValidation)
Not applicable.
Property Value
A value that indicates the type of encryption used to validate data.The following example demonstrates how to use the Validation property. This code example is part of a larger example provided for the MachineKeySection class.