Freigeben über


Pkcs9DocumentDescription Konstruktoren

Definition

Überlädt

Pkcs9DocumentDescription()

Der Pkcs9DocumentDescription() -Konstruktor erstellt eine Instanz der Pkcs9DocumentDescription -Klasse.

Pkcs9DocumentDescription(Byte[])

Der Pkcs9DocumentDescription(Byte[])-Konstruktor erstellt mithilfe des angegebenen Arrays von Bytewerten eine Instanz der Pkcs9DocumentDescription-Klasse als codierte Beschreibung des Inhalts einer CMS/PKCS #7-Meldung.

Pkcs9DocumentDescription(String)

Der Pkcs9DocumentDescription(String)-Konstruktor erstellt mithilfe der angegebenen Beschreibung des Inhalts einer CMS/PKCS #7-Meldung eine Instanz der Pkcs9DocumentDescription-Klasse.

Pkcs9DocumentDescription()

Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs

Der Pkcs9DocumentDescription() -Konstruktor erstellt eine Instanz der Pkcs9DocumentDescription -Klasse.

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

Gilt für:

Pkcs9DocumentDescription(Byte[])

Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs

Der Pkcs9DocumentDescription(Byte[])-Konstruktor erstellt mithilfe des angegebenen Arrays von Bytewerten eine Instanz der Pkcs9DocumentDescription-Klasse als codierte Beschreibung des Inhalts einer CMS/PKCS #7-Meldung.

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())

Parameter

encodedDocumentDescription
Byte[]

Ein Array von Bytewerten, das die codierte Beschreibung der CMS/PKCS #7-Meldung angibt.

Gilt für:

Pkcs9DocumentDescription(String)

Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs
Quelle:
Pkcs9DocumentDescription.cs

Der Pkcs9DocumentDescription(String)-Konstruktor erstellt mithilfe der angegebenen Beschreibung des Inhalts einer CMS/PKCS #7-Meldung eine Instanz der Pkcs9DocumentDescription-Klasse.

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)

Parameter

documentDescription
String

Eine Instanz der String-Klasse, die die Beschreibung einer CMS/PKCS #7-Meldung angibt.

Gilt für: