CryptographicAttributeObjectCollection.CopyTo メソッド

定義

CryptographicAttributeObjectCollection コレクションを CryptographicAttributeObject オブジェクトの配列にコピーします。

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 内の、0 から始まるインデックス。

例外

メソッドに渡されたいずれかの引数が無効です。

null を有効な引数として受け付けないメソッドに null 値が渡されました。

引数の値が、呼び出されたメソッドで定義されている許容範囲内に該当しません。

適用対象

こちらもご覧ください