Pkcs9DocumentDescription Konstruktorów
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Przeciążenia
| Nazwa | Opis |
|---|---|
| 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
- Ź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
- Ź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
- Ź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)