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 before inserting a new element into the CertInfoCollection instance.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected override void OnInsert(
int index,
object value
)
protected:
virtual void OnInsert(
int index,
Object^ value
) override
override OnInsert :
index:int *
value:Object -> unit
Protected Overrides Sub OnInsert (
index As Integer,
value As Object
)
Parameters
index
Type: System.Int32The zero-based index position at which to insert the value.
value
Type: System.ObjectThe new value of the element at index.
See Also
CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top