CryptographicAttributeObjectCollection.CopyTo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 传递给不接受该方法作为有效参数的方法。
参数的值超出了所调用方法定义的可允许值范围。