CryptographicAttributeObjectCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der CryptographicAttributeObjectCollection-Klasse.

Überlädt

Name Beschreibung
CryptographicAttributeObjectCollection()

Initialisiert eine neue Instanz der CryptographicAttributeObjectCollection-Klasse.

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Initialisiert eine neue Instanz der CryptographicAttributeObjectCollection Klasse und fügt der Auflistung eine angegebene CryptographicAttributeObject Hinzufügung hinzu.

CryptographicAttributeObjectCollection()

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Quelle:
CryptographicAttributeObjectCollection.cs
Quelle:
CryptographicAttributeObjectCollection.cs
Quelle:
CryptographicAttributeObjectCollection.cs
Quelle:
CryptographicAttributeObjectCollection.cs
Quelle:
CryptographicAttributeObjectCollection.cs
Quelle:
CryptographicAttributeObjectCollection.cs
Quelle:
CryptographicAttributeObjectCollection.cs
Quelle:
CryptographicAttributeObjectCollection.cs

Initialisiert eine neue Instanz der CryptographicAttributeObjectCollection Klasse und fügt der Auflistung eine angegebene CryptographicAttributeObject Hinzufügung hinzu.

public:
 CryptographicAttributeObjectCollection(System::Security::Cryptography::CryptographicAttributeObject ^ attribute);
public CryptographicAttributeObjectCollection(System.Security.Cryptography.CryptographicAttributeObject attribute);
new System.Security.Cryptography.CryptographicAttributeObjectCollection : System.Security.Cryptography.CryptographicAttributeObject -> System.Security.Cryptography.CryptographicAttributeObjectCollection
Public Sub New (attribute As CryptographicAttributeObject)

Parameter

attribute
CryptographicAttributeObject

Ein CryptographicAttributeObject Objekt, das der Auflistung hinzugefügt wird.

Weitere Informationen

Gilt für: