Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs additional custom processes when validating a value.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected override void OnValidate(
object value
)
protected:
virtual void OnValidate(
Object^ value
) override
override OnValidate :
value:Object -> unit
Protected Overrides Sub OnValidate (
value As Object
)
Parameters
value
Type: System.ObjectThe object to validate.
See Also
TrustPolicyEntryCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top