SecurityPropertyCollection.CopyTo Method (SecurityProperty[], Int32)
Copies the collection to the specified array beginning with the specified destination index.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public void CopyTo(
SecurityProperty[] array,
int index
)
public:
void CopyTo(
array<SecurityProperty^>^ array,
int index
)
member CopyTo :
array:SecurityProperty[] *
index:int -> unit
Public Sub CopyTo (
array As SecurityProperty(),
index As Integer
)
Parameters
array
Type: System.Web.Security.SingleSignOn.Authorization.SecurityProperty[]The array of SecurityProperty objects into which the SecurityPropertyCollection collection will be copied.
index
Type: System.Int32The index within array at which the SecurityPropertyCollection collection is to be inserted.
See Also
SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top