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.
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
dest
Type: System.Web.Security.SingleSignOn.CertInfo[]The one-dimensional array that is the destination of the CertInfo objects copied from CertInfoCollection. The array must have zero-based indexing.
index
Type: System.Int32The zero-based index position in the array at which copying begins.
See Also
CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top