Share via


CryptographicAttributeObjectCollection Konstruktor

Definisi

Menginisialisasi instans baru kelas CryptographicAttributeObjectCollection.

Overload

CryptographicAttributeObjectCollection()

Menginisialisasi instans baru kelas CryptographicAttributeObjectCollection.

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Menginisialisasi instans CryptographicAttributeObjectCollection baru kelas, menambahkan yang ditentukan CryptographicAttributeObject ke koleksi.

CryptographicAttributeObjectCollection()

Sumber:
CryptographicAttributeObjectCollection.cs
Sumber:
CryptographicAttributeObjectCollection.cs
Sumber:
CryptographicAttributeObjectCollection.cs
Sumber:
CryptographicAttributeObjectCollection.cs

Menginisialisasi instans baru kelas CryptographicAttributeObjectCollection.

public:
 CryptographicAttributeObjectCollection();
public CryptographicAttributeObjectCollection ();
Public Sub New ()

Berlaku untuk

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Sumber:
CryptographicAttributeObjectCollection.cs
Sumber:
CryptographicAttributeObjectCollection.cs
Sumber:
CryptographicAttributeObjectCollection.cs
Sumber:
CryptographicAttributeObjectCollection.cs

Menginisialisasi instans CryptographicAttributeObjectCollection baru kelas, menambahkan yang ditentukan CryptographicAttributeObject ke koleksi.

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)

Parameter

attribute
CryptographicAttributeObject

Objek CryptographicAttributeObject yang ditambahkan ke koleksi.

Lihat juga

Berlaku untuk