CertInfoCollection.OnRemoveComplete Method (Int32, Object)
Custom action performed when a CertInfo entry is removed from the CertInfoCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected override void OnRemoveComplete(
int i,
object v
)
protected:
virtual void OnRemoveComplete(
int i,
Object^ v
) override
override OnRemoveComplete :
i:int *
v:Object -> unit
Protected Overrides Sub OnRemoveComplete (
i As Integer,
v As Object
)
Parameters
i
Type: System.Int32The zero-based index at which the value (v) can be found.
v
Type: System.ObjectThe value of the element to remove from the index (i).
See Also
CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top