CryptographicAttributeObjectCollection Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy CryptographicAttributeObjectCollection.
Przeciążenia
CryptographicAttributeObjectCollection() |
Inicjuje nowe wystąpienie klasy CryptographicAttributeObjectCollection. |
CryptographicAttributeObjectCollection(CryptographicAttributeObject) |
Inicjuje CryptographicAttributeObjectCollection nowe wystąpienie klasy, dodając określone CryptographicAttributeObject do kolekcji. |
CryptographicAttributeObjectCollection()
Inicjuje nowe wystąpienie klasy CryptographicAttributeObjectCollection.
public:
CryptographicAttributeObjectCollection();
public CryptographicAttributeObjectCollection ();
Public Sub New ()
Dotyczy
CryptographicAttributeObjectCollection(CryptographicAttributeObject)
Inicjuje CryptographicAttributeObjectCollection nowe wystąpienie klasy, dodając określone CryptographicAttributeObject do kolekcji.
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)
Parametry
- attribute
- CryptographicAttributeObject
CryptographicAttributeObject Obiekt, który jest dodawany do kolekcji.