Udostępnij za pośrednictwem


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

Konstruktor Pkcs9DocumentDescription() tworzy wystąpienie Pkcs9DocumentDescription klasy .

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

Dotyczy

Pkcs9DocumentDescription(Byte[])

Ź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(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[]

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

Dotyczy

Pkcs9DocumentDescription(String)

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

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

Dotyczy