CryptographicAttributeObjectCollection.GetEnumerator 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取集合的 CryptographicAttributeObjectEnumerator 对象。
public:
 System::Security::Cryptography::CryptographicAttributeObjectEnumerator ^ GetEnumerator();public System.Security.Cryptography.CryptographicAttributeObjectEnumerator GetEnumerator();member this.GetEnumerator : unit -> System.Security.Cryptography.CryptographicAttributeObjectEnumeratorPublic Function GetEnumerator () As CryptographicAttributeObjectEnumerator返回
如果方法返回可用于枚举集合的 CryptographicAttributeObjectEnumerator 对象,则为 true;否则,为 false。