証明書受信者のコンテナを表現するクラスです。
More...
#include <NetRecipients.h>
|
|
PdfTk::PtlRecipients * | m_native |
| |
◆ PtlRecipients() [1/2]
| PdfTkNet::PtlRecipients::PtlRecipients |
( |
| ) |
|
◆ PtlRecipients() [2/2]
コピーコンストラクタ alias copy
- Parameters
-
- Exceptions
-
◆ append()
| void PdfTkNet::PtlRecipients::append |
( |
PtlRecipient^ |
recipient | ) |
|
受信者追加。
受信者を追加します。
- Parameters
-
◆ get()
受信者を取得。
指定した番号の受信者を取得します。
- Parameters
-
| index | Index番号。0が先頭。
indexが負や受信者数以上の場合は、例外が発生します。 |
- Returns
- 受信者。
- Exceptions
-
◆ getCount()
| int PdfTkNet::PtlRecipients::getCount |
( |
| ) |
|
受信者数を取得。
- Returns
- 受信者数。
- Exceptions
-
◆ isEmpty()
| bool PdfTkNet::PtlRecipients::isEmpty |
( |
| ) |
|
空かどうかを取得。
- Returns
- true: 空、false: 空ではない。
- Exceptions
-
◆ operator=()
コピーオペレータ alias copy
- Parameters
-