CryptographicAttributeObjectCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci CryptographicAttributeObjectCollection třídy .
Přetížení
CryptographicAttributeObjectCollection() |
Inicializuje novou instanci CryptographicAttributeObjectCollection třídy . |
CryptographicAttributeObjectCollection(CryptographicAttributeObject) |
Inicializuje novou instanci CryptographicAttributeObjectCollection třídy přidáním zadané CryptographicAttributeObject do kolekce. |
CryptographicAttributeObjectCollection()
Inicializuje novou instanci CryptographicAttributeObjectCollection třídy .
public:
CryptographicAttributeObjectCollection();
public CryptographicAttributeObjectCollection ();
Public Sub New ()
Platí pro
CryptographicAttributeObjectCollection(CryptographicAttributeObject)
Inicializuje novou instanci CryptographicAttributeObjectCollection třídy přidáním zadané CryptographicAttributeObject do kolekce.
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
Objekt CryptographicAttributeObject , který je přidán do kolekce.