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

Определение

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

Перегрузки

CryptographicAttributeObject(Oid)

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

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Инициализирует новый экземпляр класса CryptographicAttributeObject, используя атрибут, представленный заданным объектом Oid, и множество связанных с этим атрибутом значений, которое представлено заданной коллекцией AsnEncodedDataCollection.

CryptographicAttributeObject(Oid)

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

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

public:
 CryptographicAttributeObject(System::Security::Cryptography::Oid ^ oid);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid);
new System.Security.Cryptography.CryptographicAttributeObject : System.Security.Cryptography.Oid -> System.Security.Cryptography.CryptographicAttributeObject
Public Sub New (oid As Oid)

Параметры

oid
Oid

Атрибут, сохраняемый в данном объекте CryptographicAttributeObject.

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

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

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

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

Инициализирует новый экземпляр класса CryptographicAttributeObject, используя атрибут, представленный заданным объектом Oid, и множество связанных с этим атрибутом значений, которое представлено заданной коллекцией AsnEncodedDataCollection.

public:
 CryptographicAttributeObject(System::Security::Cryptography::Oid ^ oid, System::Security::Cryptography::AsnEncodedDataCollection ^ values);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection values);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection? values);
new System.Security.Cryptography.CryptographicAttributeObject : System.Security.Cryptography.Oid * System.Security.Cryptography.AsnEncodedDataCollection -> System.Security.Cryptography.CryptographicAttributeObject
Public Sub New (oid As Oid, values As AsnEncodedDataCollection)

Параметры

oid
Oid

Атрибут, сохраняемый в данном объекте CryptographicAttributeObject.

values
AsnEncodedDataCollection

Набор значений, связанный с атрибутом, представленным параметром oid.

Исключения

Коллекция содержит повторяющиеся элементы.

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

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