EncryptionPropertyCollection.Item(Int32) メソッド

定義

指定したインデックス位置にある EncryptionProperty オブジェクトを返します。

public:
 System::Security::Cryptography::Xml::EncryptionProperty ^ Item(int index);
public System.Security.Cryptography.Xml.EncryptionProperty Item (int index);
member this.Item : int -> System.Security.Cryptography.Xml.EncryptionProperty
Public Function Item (index As Integer) As EncryptionProperty

パラメーター

index
Int32

返される EncryptionProperty オブジェクトのインデックス。

戻り値

指定したインデックス位置にある EncryptionProperty オブジェクト。

適用対象