Share via


EncryptionPropertyCollection.Insert(Int32, EncryptionProperty) 메서드

정의

지정된 위치에 있는 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 개체입니다.

적용 대상