CryptographicAttributeObjectCollection Konstruktorer

Definition

Initierar en ny instans av CryptographicAttributeObjectCollection klassen.

Överlagringar

CryptographicAttributeObjectCollection()

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Källa:
CryptographicAttributeObjectCollection.cs
Källa:
CryptographicAttributeObjectCollection.cs
Källa:
CryptographicAttributeObjectCollection.cs
Källa:
CryptographicAttributeObjectCollection.cs
Källa:
CryptographicAttributeObjectCollection.cs
Källa:
CryptographicAttributeObjectCollection.cs
Källa:
CryptographicAttributeObjectCollection.cs
Källa:
CryptographicAttributeObjectCollection.cs

Initierar en ny instans av CryptographicAttributeObjectCollection klassen och lägger till en angiven CryptographicAttributeObject i samlingen.

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)

Parametrar

attribute
CryptographicAttributeObject

Ett CryptographicAttributeObject objekt som läggs till i samlingen.

Se även

Gäller för