CryptographicAttributeObjectEnumerator.Current Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.CryptographicAttributeObjectPublic ReadOnly Property Current As CryptographicAttributeObjectProperty Value
A CryptographicAttributeObject object that represents the current cryptographic attribute in the CryptographicAttributeObjectCollection collection.