CustomClaimCollection.OnValidate Method (Object)
This API supports the product infrastructure and is not intended to be used directly from your code.
This method supports the AD FS infrastructure and is not intended to be used directly from your code. 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
CustomClaimCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top