SignerInfoEnumerator 类

定义

SignerInfoEnumerator 类为 SignerInfoCollection 集合提供枚举功能。The SignerInfoEnumerator class provides enumeration functionality for the SignerInfoCollection collection. SignerInfoEnumerator 实现 IEnumerator 接口。SignerInfoEnumerator implements the IEnumerator interface.

public ref class SignerInfoEnumerator sealed : System::Collections::IEnumerator
public sealed class SignerInfoEnumerator : System.Collections.IEnumerator
type SignerInfoEnumerator = class
    interface IEnumerator
Public NotInheritable Class SignerInfoEnumerator
Implements IEnumerator
继承
SignerInfoEnumerator
实现

属性

Current

Current 属性从 SignerInfo 集合中检索当前的 SignerInfoCollection 对象。The Current property retrieves the current SignerInfo object from the SignerInfoCollection collection.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
MoveNext()

MoveNext() 方法将枚举前移到 SignerInfoCollection 集合中的下一个 SignerInfo 对象。The MoveNext() method advances the enumeration to the next SignerInfo object in the SignerInfoCollection collection.

Reset()

Reset() 方法将枚举重置到 SignerInfo 集合中的第一个 SignerInfoCollection 对象。The Reset() method resets the enumeration to the first SignerInfo object in the SignerInfoCollection collection.

ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

显式接口实现

IEnumerator.Current

IEnumerator.Current 属性从 SignerInfo 集合中检索当前的 SignerInfoCollection 对象。The IEnumerator.Current property retrieves the current SignerInfo object from the SignerInfoCollection collection.

适用于