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 集合中的当前签名人信息结构。

适用于

另请参阅