X509ChainElementCollection.GetEnumerator 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可用于在链元素集合中定位的 X509ChainElementEnumerator 对象。
public:
System::Security::Cryptography::X509Certificates::X509ChainElementEnumerator ^ GetEnumerator();
public System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator
Public Function GetEnumerator () As X509ChainElementEnumerator
返回
一个 X509ChainElementEnumerator 对象。
注解
类X509ChainElementEnumerator实现 IEnumerator,使你能够使用 等CurrentMoveNext方法,并Reset查看集合的内容。