Compartilhar via


CertInfoCollection.OnInsert Method (Int32, Object)

 

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.Int32

    The zero-based index position at which to insert the value.

  • value
    Type: System.Object

    The new value of the element at index.

See Also

CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top