CryptographicAttributeObject Konstruktorer

Definition

Initierar en ny instans av CryptographicAttributeObject klassen.

Överlagringar

Name Description
CryptographicAttributeObject(Oid)

Initierar en ny instans av klassen med hjälp av CryptographicAttributeObject ett attribut som representeras av det angivna Oid objektet.

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Initierar en ny instans av CryptographicAttributeObject klassen med hjälp av ett attribut som representeras av det angivna Oid objektet och den uppsättning värden som är associerade med attributet som representeras av den angivna AsnEncodedDataCollection samlingen.

CryptographicAttributeObject(Oid)

Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs

Initierar en ny instans av klassen med hjälp av CryptographicAttributeObject ett attribut som representeras av det angivna Oid objektet.

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)

Parametrar

oid
Oid

Attributet som ska lagras i det här CryptographicAttributeObject objektet.

Se även

Gäller för

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs
Källa:
CryptographicAttributeObject.cs

Initierar en ny instans av CryptographicAttributeObject klassen med hjälp av ett attribut som representeras av det angivna Oid objektet och den uppsättning värden som är associerade med attributet som representeras av den angivna AsnEncodedDataCollection samlingen.

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)

Parametrar

oid
Oid

Attributet som ska lagras i det här CryptographicAttributeObject objektet.

values
AsnEncodedDataCollection

Den uppsättning värden som är associerade med attributet som representeras av parametern oid .

Undantag

Samlingen innehåller dubbletter av objekt.

Se även

Gäller för