CryptographicAttributeObject Constructors

Definition

Initializes a new instance of the CryptographicAttributeObject class.

Overloads

CryptographicAttributeObject(Oid)

Initializes a new instance of the CryptographicAttributeObject class using an attribute represented by the specified Oid object.

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Initializes a new instance of the CryptographicAttributeObject class using an attribute represented by the specified Oid object and the set of values associated with that attribute represented by the specified AsnEncodedDataCollection collection.

CryptographicAttributeObject(Oid)

Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs

Initializes a new instance of the CryptographicAttributeObject class using an attribute represented by the specified Oid object.

C#
public CryptographicAttributeObject(System.Security.Cryptography.Oid oid);

Parameters

oid
Oid

The attribute to store in this CryptographicAttributeObject object.

See also

Applies to

.NET 10 (package-provided) and other versions
Product Versions
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs

Initializes a new instance of the CryptographicAttributeObject class using an attribute represented by the specified Oid object and the set of values associated with that attribute represented by the specified AsnEncodedDataCollection collection.

C#
public CryptographicAttributeObject(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection? values);
C#
public CryptographicAttributeObject(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection values);

Parameters

oid
Oid

The attribute to store in this CryptographicAttributeObject object.

values
AsnEncodedDataCollection

The set of values associated with the attribute represented by the oid parameter.

Exceptions

The collection contains duplicate items.

See also

Applies to

.NET 10 (package-provided) and other versions
Product Versions
.NET Core 1.0, Core 1.1, 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10