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.
Custom action that is performed when an entry is inserted into CertInfoCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected override void OnInsertComplete(
int i,
object v
)
protected:
virtual void OnInsertComplete(
int i,
Object^ v
) override
override OnInsertComplete :
i:int *
v:Object -> unit
Protected Overrides Sub OnInsertComplete (
i As Integer,
v As Object
)
Parameters
i
Type: System.Int32The zero-based index at which to insert value (v).
v
Type: System.ObjectThe new value of the element at index (i).
See Also
CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top