Compartir a través de


CertInfoCollection.CopyTo Method (CertInfo[], Int32)

 

Copies the elements of the CertInfoCollection to an array, starting at a specified array index position.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public void CopyTo(
    CertInfo[] dest,
    int index
)
public:
void CopyTo(
    array<CertInfo^>^ dest,
    int index
)
member CopyTo : 
        dest:CertInfo[] *
        index:int -> unit
Public Sub CopyTo (
    dest As CertInfo(),
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The zero-based index position in the array at which copying begins.

See Also

CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top