CmsRecipientCollectionとは? わかりやすく解説

CmsRecipientCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

CmsRecipientCollection クラスは、CmsRecipient オブジェクトコレクション表しますCmsRecipientCollection には、ICollection インターフェイス実装されます

名前空間: System.Security.Cryptography.Pkcs
アセンブリ: System.Security (system.security.dll 内)
構文構文

Public NotInheritable Class
 CmsRecipientCollection
    Implements ICollection, IEnumerable
Dim instance As CmsRecipientCollection
public sealed class CmsRecipientCollection
 : ICollection, IEnumerable
public ref class CmsRecipientCollection sealed
 : ICollection, IEnumerable
public final class CmsRecipientCollection implements
 ICollection, IEnumerable
public final class CmsRecipientCollection implements
 ICollection, IEnumerable
継承階層継承階層
System.Object
  System.Security.Cryptography.Pkcs.CmsRecipientCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CmsRecipientCollection メンバ
System.Security.Cryptography.Pkcs 名前空間

CmsRecipientCollection コンストラクタ ()

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

CmsRecipientCollection コンストラクタは、CmsRecipientCollection クラスインスタンス作成します

名前空間: System.Security.Cryptography.Pkcs
アセンブリ: System.Security (system.security.dll 内)
構文構文

Dim instance As New CmsRecipientCollection
public CmsRecipientCollection ()
public:
CmsRecipientCollection ()
public CmsRecipientCollection ()
public function CmsRecipientCollection ()
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CmsRecipientCollection クラス
CmsRecipientCollection メンバ
System.Security.Cryptography.Pkcs 名前空間
CmsRecipientCollection
CmsRecipientCollection

CmsRecipientCollection コンストラクタ (CmsRecipient)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

CmsRecipientCollection コンストラクタは、CmsRecipientCollection クラスインスタンス作成し指定され受取人追加します

名前空間: System.Security.Cryptography.Pkcs
アセンブリ: System.Security (system.security.dll 内)
構文構文

Public Sub New ( _
    recipient As CmsRecipient _
)
Dim recipient As CmsRecipient

Dim instance As New CmsRecipientCollection(recipient)
public CmsRecipientCollection (
    CmsRecipient recipient
)
public:
CmsRecipientCollection (
    CmsRecipient^ recipient
)
public CmsRecipientCollection (
    CmsRecipient recipient
)
public function CmsRecipientCollection (
    recipient : CmsRecipient
)

パラメータ

recipient

指定された CMS/PKCS #7 受取人を表す CmsRecipient クラスインスタンス

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CmsRecipientCollection クラス
CmsRecipientCollection メンバ
System.Security.Cryptography.Pkcs 名前空間
CmsRecipientCollection
CmsRecipientCollection

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 コンストラクタは、CmsRecipientCollection クラスインスタンス作成します
CmsRecipientCollection (CmsRecipient) CmsRecipientCollection コンストラクタは、CmsRecipientCollection クラスインスタンス作成し指定され受取人追加します
CmsRecipientCollection (SubjectIdentifierType, X509Certificate2Collection) CmsRecipientCollection コンストラクタは、CmsRecipientCollection クラスインスタンス作成し指定されサブジェクト識別子と、その受取人識別する一連の証明書基づいて受取人追加します
参照参照

関連項目

CmsRecipientCollection クラス
CmsRecipientCollection メンバ
System.Security.Cryptography.Pkcs 名前空間
CmsRecipientCollection
CmsRecipientCollection

CmsRecipientCollection プロパティ


パブリック プロパティパブリック プロパティ

参照参照

関連項目

CmsRecipientCollection クラス
System.Security.Cryptography.Pkcs 名前空間

CmsRecipientCollection メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.IEnumerable.GetEnumerator System.Collections.IEnumerable.GetEnumerator メソッドは、CmsRecipientCollection コレクションCmsRecipientEnumerator オブジェクト返します
参照参照

関連項目

CmsRecipientCollection クラス
System.Security.Cryptography.Pkcs 名前空間

CmsRecipientCollection メンバ

CmsRecipientCollection クラスは、CmsRecipient オブジェクトコレクション表しますCmsRecipientCollection には、ICollection インターフェイス実装されます

CmsRecipientCollection データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド CmsRecipientCollection オーバーロードされますCmsRecipientCollection クラスインスタンス作成します
パブリック プロパティパブリック プロパティ
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.IEnumerable.GetEnumerator System.Collections.IEnumerable.GetEnumerator メソッドは、CmsRecipientCollection コレクションCmsRecipientEnumerator オブジェクト返します
参照参照

関連項目

CmsRecipientCollection クラス
System.Security.Cryptography.Pkcs 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「CmsRecipientCollection」の関連用語

CmsRecipientCollectionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



CmsRecipientCollectionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS