Share via


SignerInfoEnumerator.IEnumerator.Current 属性

定义

IEnumerator.Current 属性从 SignerInfo 集合中检索当前的 SignerInfoCollection 对象。

property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object System.Collections.IEnumerator.Current { get; }
member this.System.Collections.IEnumerator.Current : obj
 ReadOnly Property Current As Object Implements IEnumerator.Current

属性值

一个 SignerInfo 对象,表示 SignerInfoCollection 集合中的当前签名人信息结构。

实现

注解

此成员是显式接口成员的实现。 它只能在 SignerInfoEnumerator 实例被强制转换为 IEnumerator 接口时使用。

适用于

另请参阅