CryptographicAttributeObjectEnumerator.IEnumerator.Current Propriété

Définition

Obtient l'objet CryptographicAttributeObject en cours dans la collection CryptographicAttributeObjectCollection.

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

Valeur de propriété

Objet CryptographicAttributeObject qui représente l'attribut de chiffrement actuel dans la collection CryptographicAttributeObjectCollection.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de CryptographicAttributeObjectEnumerator est castée en interface IEnumerator.

S’applique à