Edit

Share via


Pkcs9DocumentName Constructors

Definition

Initializes a new instance of the Pkcs9DocumentName class.

Overloads

Pkcs9DocumentName()

The Pkcs9DocumentName() constructor creates an instance of the Pkcs9DocumentName class.

Pkcs9DocumentName(Byte[])

The Pkcs9DocumentName(Byte[]) constructor creates an instance of the Pkcs9DocumentName class by using the specified array of byte values as the encoded name of the content of a CMS/PKCS #7 message.

Pkcs9DocumentName(String)

The Pkcs9DocumentName(String) constructor creates an instance of the Pkcs9DocumentName class by using the specified name for the CMS/PKCS #7 message.

Pkcs9DocumentName()

Source:
Pkcs9DocumentName.cs
Source:
Pkcs9DocumentName.cs

The Pkcs9DocumentName() constructor creates an instance of the Pkcs9DocumentName class.

public Pkcs9DocumentName ();

Applies to

.NET 9 (package-provided) and other versions
Product Versions
.NET Core 1.0, Core 1.1, 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (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 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 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

Pkcs9DocumentName(Byte[])

Source:
Pkcs9DocumentName.cs
Source:
Pkcs9DocumentName.cs

The Pkcs9DocumentName(Byte[]) constructor creates an instance of the Pkcs9DocumentName class by using the specified array of byte values as the encoded name of the content of a CMS/PKCS #7 message.

public Pkcs9DocumentName (byte[] encodedDocumentName);

Parameters

encodedDocumentName
Byte[]

An array of byte values that specifies the encoded name of the CMS/PKCS #7 message.

Applies to

.NET 9 (package-provided) and other versions
Product Versions
.NET Core 1.0, Core 1.1, 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (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 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 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

Pkcs9DocumentName(String)

Source:
Pkcs9DocumentName.cs
Source:
Pkcs9DocumentName.cs

The Pkcs9DocumentName(String) constructor creates an instance of the Pkcs9DocumentName class by using the specified name for the CMS/PKCS #7 message.

public Pkcs9DocumentName (string documentName);

Parameters

documentName
String

A String object that specifies the name for the CMS/PKCS #7 message.

Applies to

.NET 9 (package-provided) and other versions
Product Versions
.NET Core 1.0, Core 1.1, 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (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 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 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