Freigeben über


CryptographicAttributeObjectEnumerator.Current Eigenschaft

Definition

Ruft das aktuelle CryptographicAttributeObject-Objekt aus der CryptographicAttributeObjectCollection-Auflistung ab.

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

Eigenschaftswert

CryptographicAttributeObject

Ein CryptographicAttributeObject-Objekt, das das aktuelle kryptografische Attribut in der CryptographicAttributeObjectCollection-Auflistung darstellt.

Gilt für

Siehe auch