CryptographicAttributeObject Konstruktoren

Definition

Initialisiert eine neue Instanz der CryptographicAttributeObject-Klasse.

Überlädt

Name Beschreibung
CryptographicAttributeObject(Oid)

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

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Initialisiert eine neue Instanz der CryptographicAttributeObject Klasse mithilfe eines Attributs, das durch das angegebene Oid Objekt dargestellt wird, und die Gruppe der Werte, die diesem Attribut zugeordnet sind, das durch die angegebene AsnEncodedDataCollection Auflistung dargestellt wird.

CryptographicAttributeObject(Oid)

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

Initialisiert eine neue Instanz der CryptographicAttributeObject Klasse mithilfe eines 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 Attribut, das in diesem CryptographicAttributeObject Objekt gespeichert werden soll.

Weitere Informationen

Gilt für:

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

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

Initialisiert eine neue Instanz der CryptographicAttributeObject Klasse mithilfe eines Attributs, das durch das angegebene Oid Objekt dargestellt wird, und die Gruppe der Werte, die diesem Attribut zugeordnet sind, das 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 Attribut, das in diesem CryptographicAttributeObject Objekt gespeichert werden soll.

values
AsnEncodedDataCollection

Der Satz von Werten, die dem durch den oid Parameter dargestellten Attribut zugeordnet sind.

Ausnahmen

Die Auflistung enthält doppelte Elemente.

Weitere Informationen

Gilt für: