CryptographicAttributeObjectEnumerator.IEnumerator.Current 属性

定义

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

属性值

Object

一个 CryptographicAttributeObject 对象,表示 CryptographicAttributeObjectCollection 集合中的当前加密特性。

实现

注解

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

适用于