Pkcs9DocumentDescription 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Pkcs9DocumentDescription() |
Pkcs9DocumentDescription() 建構函式會建立 Pkcs9DocumentDescription 類別的執行個體。 |
Pkcs9DocumentDescription(Byte[]) |
Pkcs9DocumentDescription(Byte[]) 建構函式會使用指定的位元組值陣列做為 CMS/PKCS #7 訊息內容的編碼描述,建立 Pkcs9DocumentDescription 類別的執行個體。 |
Pkcs9DocumentDescription(String) |
Pkcs9DocumentDescription(String) 建構函式會使用 CMS/PKCS #7 訊息內容的指定描述,建立 Pkcs9DocumentDescription 類別的執行個體。 |
Pkcs9DocumentDescription()
Pkcs9DocumentDescription() 建構函式會建立 Pkcs9DocumentDescription 類別的執行個體。
public:
Pkcs9DocumentDescription();
public Pkcs9DocumentDescription ();
Public Sub New ()
適用於
Pkcs9DocumentDescription(Byte[])
Pkcs9DocumentDescription(Byte[]) 建構函式會使用指定的位元組值陣列做為 CMS/PKCS #7 訊息內容的編碼描述,建立 Pkcs9DocumentDescription 類別的執行個體。
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())
參數
- encodedDocumentDescription
- Byte[]
位元組值陣列,指定 CMS/PKCS #7 訊息的編碼描述。
適用於
Pkcs9DocumentDescription(String)
Pkcs9DocumentDescription(String) 建構函式會使用 CMS/PKCS #7 訊息內容的指定描述,建立 Pkcs9DocumentDescription 類別的執行個體。
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)