Pkcs9DocumentDescription Konstruktory

Definicja

Przeciążenia

Pkcs9DocumentDescription()

Konstruktor Pkcs9DocumentDescription() tworzy wystąpienie Pkcs9DocumentDescription klasy .

Pkcs9DocumentDescription(Byte[])

Konstruktor Pkcs9DocumentDescription(Byte[]) tworzy wystąpienie Pkcs9DocumentDescription klasy przy użyciu określonej tablicy wartości bajtów jako zakodowany opis zawartości komunikatu CMS/PKCS #7.

Pkcs9DocumentDescription(String)

Konstruktor Pkcs9DocumentDescription(String) tworzy wystąpienie Pkcs9DocumentDescription klasy przy użyciu określonego opisu zawartości komunikatu CMS/PKCS #7.

Pkcs9DocumentDescription()

Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs

Konstruktor Pkcs9DocumentDescription() tworzy wystąpienie Pkcs9DocumentDescription klasy .

public Pkcs9DocumentDescription();

Dotyczy

.NET 10 (package-provided) i inne wersje
Produkt Wersje
.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

Pkcs9DocumentDescription(Byte[])

Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs

Konstruktor Pkcs9DocumentDescription(Byte[]) tworzy wystąpienie Pkcs9DocumentDescription klasy przy użyciu określonej tablicy wartości bajtów jako zakodowany opis zawartości komunikatu CMS/PKCS #7.

public Pkcs9DocumentDescription(byte[] encodedDocumentDescription);

Parametry

encodedDocumentDescription
Byte[]

Tablica wartości bajtów, która określa zakodowany opis komunikatu CMS/PKCS #7.

Dotyczy

.NET 10 (package-provided) i inne wersje
Produkt Wersje
.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

Pkcs9DocumentDescription(String)

Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs
Źródło:
Pkcs9DocumentDescription.cs

Konstruktor Pkcs9DocumentDescription(String) tworzy wystąpienie Pkcs9DocumentDescription klasy przy użyciu określonego opisu zawartości komunikatu CMS/PKCS #7.

public Pkcs9DocumentDescription(string documentDescription);

Parametry

documentDescription
String

Wystąpienie String klasy, które określa opis komunikatu CMS/PKCS #7.

Dotyczy

.NET 10 (package-provided) i inne wersje
Produkt Wersje
.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