Share via


SignerInfoEnumerator.Current プロパティ

定義

Current プロパティは、SignerInfo コレクションから、現在の SignerInfoCollection オブジェクトを取得します。

public:
 property System::Security::Cryptography::Pkcs::SignerInfo ^ Current { System::Security::Cryptography::Pkcs::SignerInfo ^ get(); };
public System.Security.Cryptography.Pkcs.SignerInfo Current { get; }
member this.Current : System.Security.Cryptography.Pkcs.SignerInfo
Public ReadOnly Property Current As SignerInfo

プロパティ値

SignerInfo コレクションにおける現在の署名主情報の構造体を表す SignerInfoCollection オブジェクトです。

適用対象

こちらもご覧ください