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
CryptographicAttributeObjectCollection() |
Initialisiert eine neue Instanz der CryptographicAttributeObjectCollection-Klasse. |
CryptographicAttributeObjectCollection(CryptographicAttributeObject) |
Initialisiert eine neue Instanz der CryptographicAttributeObjectCollection-Klasse, wobei der Auflistung ein angegebenes CryptographicAttributeObject hinzugefügt wird. |
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, wobei der Auflistung ein angegebenes CryptographicAttributeObject hinzugefügt wird.
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.