Share via


CryptographicAttributeObject Konstruktoren

Definition

Initialisiert eine neue Instanz der CryptographicAttributeObject-Klasse.

Überlädt

CryptographicAttributeObject(Oid)

Initialisiert eine neue Instanz der CryptographicAttributeObject-Klasse mithilfe des Attributs, das durch das angegebene Oid-Objekt dargestellt wird.

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Initialisiert eine neue Instanz der CryptographicAttributeObject-Klasse und verwendet dabei ein Attribut, das durch das angegebene Oid-Objekt dargestellt wird, sowie die dem Attribut zugeordnete Wertemenge, die durch die angegebene AsnEncodedDataCollection-Auflistung dargestellt wird.

CryptographicAttributeObject(Oid)

Quelle:
CryptographicAttributeObject.cs
Quelle:
CryptographicAttributeObject.cs
Quelle:
CryptographicAttributeObject.cs

Initialisiert eine neue Instanz der CryptographicAttributeObject-Klasse mithilfe des Attributs, das durch das angegebene Oid-Objekt dargestellt wird.

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)

Parameter

oid
Oid

Das in diesem CryptographicAttributeObject-Objekt zu speichernde Attribut.

Weitere Informationen

Gilt für:

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Quelle:
CryptographicAttributeObject.cs
Quelle:
CryptographicAttributeObject.cs
Quelle:
CryptographicAttributeObject.cs

Initialisiert eine neue Instanz der CryptographicAttributeObject-Klasse und verwendet dabei ein Attribut, das durch das angegebene Oid-Objekt dargestellt wird, sowie die dem Attribut zugeordnete Wertemenge, die durch die angegebene AsnEncodedDataCollection-Auflistung dargestellt wird.

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)

Parameter

oid
Oid

Das in diesem CryptographicAttributeObject-Objekt zu speichernde Attribut.

values
AsnEncodedDataCollection

Die Wertemenge, die dem durch den oid-Parameter dargestellten Attribut zugeordnet ist.

Ausnahmen

Die Auflistung enthält doppelte Elemente.

Weitere Informationen

Gilt für: