CryptographicAttributeObjectCollection Constructors

Definitie

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()

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Bron:
CryptographicAttributeObjectCollection.cs
Bron:
CryptographicAttributeObjectCollection.cs
Bron:
CryptographicAttributeObjectCollection.cs
Bron:
CryptographicAttributeObjectCollection.cs
Bron:
CryptographicAttributeObjectCollection.cs
Bron:
CryptographicAttributeObjectCollection.cs
Bron:
CryptographicAttributeObjectCollection.cs
Bron:
CryptographicAttributeObjectCollection.cs

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.

Zie ook

Van toepassing op