CryptographicAttributeObjectCollection Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de CryptographicAttributeObjectCollection klasse.
Overloads
| Name | Description |
|---|---|
| CryptographicAttributeObjectCollection() |
Initialiseert een nieuw exemplaar van de CryptographicAttributeObjectCollection klasse. |
| CryptographicAttributeObjectCollection(CryptographicAttributeObject) |
Initialiseert een nieuw exemplaar van de CryptographicAttributeObjectCollection klasse, waarbij een opgegeven aan de verzameling wordt toegevoegd CryptographicAttributeObject . |
CryptographicAttributeObjectCollection()
Initialiseert een nieuw exemplaar van de CryptographicAttributeObjectCollection klasse.
public:
CryptographicAttributeObjectCollection();
public CryptographicAttributeObjectCollection();
Public Sub New ()
Van toepassing op
CryptographicAttributeObjectCollection(CryptographicAttributeObject)
Initialiseert een nieuw exemplaar van de CryptographicAttributeObjectCollection klasse, waarbij een opgegeven aan de verzameling wordt toegevoegd CryptographicAttributeObject .
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)
Parameters
- attribute
- CryptographicAttributeObject
Een CryptographicAttributeObject object dat wordt toegevoegd aan de verzameling.