CryptographicAttributeObjectCollection Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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()
Initialisiert eine neue Instanz der CryptographicAttributeObjectCollection-Klasse.
public:
CryptographicAttributeObjectCollection();
public CryptographicAttributeObjectCollection();
Public Sub New ()
Gilt für:
CryptographicAttributeObjectCollection(CryptographicAttributeObject)
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.