CryptographicAttributeObjectEnumerator.IEnumerator.Current Propiedad

Definición

Obtiene el objeto actual CryptographicAttributeObject de la CryptographicAttributeObjectCollection colección.

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

Valor de propiedad

Objeto CryptographicAttributeObject que representa el atributo criptográfico actual de la CryptographicAttributeObjectCollection colección.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la CryptographicAttributeObjectEnumerator instancia se convierte en una IEnumerator interfaz.

Se aplica a