CryptographicAttributeObjectCollection.CopyTo 方法

定义

public:
 void CopyTo(cli::array <System::Security::Cryptography::CryptographicAttributeObject ^> ^ array, int index);
public void CopyTo(System.Security.Cryptography.CryptographicAttributeObject[] array, int index);
member this.CopyTo : System.Security.Cryptography.CryptographicAttributeObject[] * int -> unit
Public Sub CopyTo (array As CryptographicAttributeObject(), index As Integer)

参数

array
CryptographicAttributeObject[]

集合复制到的对象数组 CryptographicAttributeObject

index
Int32

要向其复制集合的从零开始的索引 array

例外

提供给方法的参数之一无效。

null 传递给不接受该方法作为有效参数的方法。

参数的值超出了所调用方法定义的可允许值范围。

适用于

另请参阅