CryptographicAttributeObjectEnumerator.Current Property

Definition

Gets the current CryptographicAttributeObject object from the CryptographicAttributeObjectCollection collection.

public:
 property System::Security::Cryptography::CryptographicAttributeObject ^ Current { System::Security::Cryptography::CryptographicAttributeObject ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObject Current { get; }
member this.Current : System.Security.Cryptography.CryptographicAttributeObject
Public ReadOnly Property Current As CryptographicAttributeObject

Property Value

A CryptographicAttributeObject object that represents the current cryptographic attribute in the CryptographicAttributeObjectCollection collection.

Applies to

See also