CryptographicAttributeObjectCollection Конструкторы

Определение

Инициализирует новый экземпляр класса CryptographicAttributeObjectCollection.

Перегрузки

CryptographicAttributeObjectCollection()

Инициализирует новый экземпляр класса CryptographicAttributeObjectCollection.

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Инициализирует новый экземпляр класса CryptographicAttributeObjectCollection, добавляя заданный объект CryptographicAttributeObject в коллекцию.

CryptographicAttributeObjectCollection()

Исходный код:
CryptographicAttributeObjectCollection.cs
Исходный код:
CryptographicAttributeObjectCollection.cs
Исходный код:
CryptographicAttributeObjectCollection.cs

Инициализирует новый экземпляр класса CryptographicAttributeObjectCollection.

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

Применяется к

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

Исходный код:
CryptographicAttributeObjectCollection.cs
Исходный код:
CryptographicAttributeObjectCollection.cs
Исходный код:
CryptographicAttributeObjectCollection.cs

Инициализирует новый экземпляр класса CryptographicAttributeObjectCollection, добавляя заданный объект 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)

Параметры

attribute
CryptographicAttributeObject

Объект CryptographicAttributeObject, добавляемый в коллекцию.

См. также раздел

Применяется к