CmsRecipientCollectionとは何? わかりやすく解説 Weblio辞書 (original) (raw)
CmsRecipientCollection クラス
CmsRecipientCollection コンストラクタ ()
CmsRecipientCollection コンストラクタ (CmsRecipient)
CmsRecipientCollection コンストラクタ (SubjectIdentifierType, X509Certificate2Collection)
メモ : このコンストラクタは、.NET Framework version 2.0 で新しく追加されたものです。
CmsRecipientCollection コンストラクタは、CmsRecipientCollection クラスのインスタンスを作成し、指定されたサブジェクト識別子と、その受取人を識別する一連の証明書に基づいて受取人を追加します。
名前空間: System.Security.Cryptography.Pkcs
アセンブリ: System.Security (system.security.dll 内)
構文
Public Sub New ( _ recipientIdentifierType As SubjectIdentifierType, _ certificates As X509Certificate2Collection _ )
Dim recipientIdentifierType As SubjectIdentifierType Dim certificates As X509Certificate2Collection
Dim instance As New CmsRecipientCollection(recipientIdentifierType, certificates)
public CmsRecipientCollection ( SubjectIdentifierType recipientIdentifierType, X509Certificate2Collection certificates )
public: CmsRecipientCollection ( SubjectIdentifierType recipientIdentifierType, X509Certificate2Collection^ certificates )
public CmsRecipientCollection ( SubjectIdentifierType recipientIdentifierType, X509Certificate2Collection certificates )
public function CmsRecipientCollection ( recipientIdentifierType : SubjectIdentifierType, certificates : X509Certificate2Collection )
recipientIdentifierType
サブジェクト識別子のタイプを指定する SubjectIdentifierType 列挙型のメンバです。
certificates
受取人を識別する証明書が格納された X509Certificate2Collection コレクション。
関連項目
CmsRecipientCollection クラス
CmsRecipientCollection メンバ
System.Security.Cryptography.Pkcs 名前空間
CmsRecipientCollection
CmsRecipientCollection
CmsRecipientCollection コンストラクタ
CmsRecipientCollection クラスのインスタンスを作成します。
オーバーロードの一覧
関連項目
CmsRecipientCollection クラス
CmsRecipientCollection メンバ
System.Security.Cryptography.Pkcs 名前空間
CmsRecipientCollection
CmsRecipientCollection