Sdílet prostřednictvím


Pkcs9DocumentDescription Konstruktory

Definice

Přetížení

Pkcs9DocumentDescription()

Konstruktor Pkcs9DocumentDescription() vytvoří instanci Pkcs9DocumentDescription třídy.

Pkcs9DocumentDescription(Byte[])

Konstruktor Pkcs9DocumentDescription(Byte[]) vytvoří instanci Pkcs9DocumentDescription třídy pomocí zadaného pole hodnot bajtů jako zakódovaného popisu obsahu zprávy CMS/PKCS č. 7.

Pkcs9DocumentDescription(String)

Konstruktor Pkcs9DocumentDescription(String) vytvoří instanci Pkcs9DocumentDescription třídy pomocí zadaného popisu obsahu zprávy CMS/PKCS č. 7.

Pkcs9DocumentDescription()

Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs

Konstruktor Pkcs9DocumentDescription() vytvoří instanci Pkcs9DocumentDescription třídy.

public:
 Pkcs9DocumentDescription();
public Pkcs9DocumentDescription ();
Public Sub New ()

Platí pro

Pkcs9DocumentDescription(Byte[])

Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs

Konstruktor Pkcs9DocumentDescription(Byte[]) vytvoří instanci Pkcs9DocumentDescription třídy pomocí zadaného pole hodnot bajtů jako zakódovaného popisu obsahu zprávy CMS/PKCS č. 7.

public:
 Pkcs9DocumentDescription(cli::array <System::Byte> ^ encodedDocumentDescription);
public Pkcs9DocumentDescription (byte[] encodedDocumentDescription);
new System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription : byte[] -> System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription
Public Sub New (encodedDocumentDescription As Byte())

Parametry

encodedDocumentDescription
Byte[]

Pole hodnot bajtů, které určuje kódovaný popis zprávy CMS/PKCS č. 7.

Platí pro

Pkcs9DocumentDescription(String)

Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs
Zdroj:
Pkcs9DocumentDescription.cs

Konstruktor Pkcs9DocumentDescription(String) vytvoří instanci Pkcs9DocumentDescription třídy pomocí zadaného popisu obsahu zprávy CMS/PKCS č. 7.

public:
 Pkcs9DocumentDescription(System::String ^ documentDescription);
public Pkcs9DocumentDescription (string documentDescription);
new System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription : string -> System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription
Public Sub New (documentDescription As String)

Parametry

documentDescription
String

Instance String třídy, která určuje popis zprávy CMS/PKCS č. 7.

Platí pro