EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した位置で、EncryptionProperty オブジェクトに EncryptionPropertyCollection オブジェクトを挿入します。
public:
void Insert(int index, System::Security::Cryptography::Xml::EncryptionProperty ^ value);
public void Insert (int index, System.Security.Cryptography.Xml.EncryptionProperty value);
member this.Insert : int * System.Security.Cryptography.Xml.EncryptionProperty -> unit
Public Sub Insert (index As Integer, value As EncryptionProperty)
パラメーター
- index
- Int32
value
を挿入する位置の、0 から始まるインデックス。
- value
- EncryptionProperty
EncryptionProperty オブジェクトに挿入する EncryptionPropertyCollection オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET