EnvelopedCms コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > EnvelopedCms コンストラクタの意味・解説 

EnvelopedCms コンストラクタ (ContentInfo, AlgorithmIdentifier)

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

EnvelopedCms(ContentInfo,AlgorithmIdentifier) コンストラクタは、指定されコンテンツ情報および暗号化アルゴリズム使用して、EnvelopedCms クラスインスタンス作成します指定されコンテンツ情報は、内部コンテンツ タイプとして使用されます。

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

Public Sub New ( _
    contentInfo As ContentInfo, _
    encryptionAlgorithm As AlgorithmIdentifier _
)
Dim contentInfo As ContentInfo
Dim encryptionAlgorithm As AlgorithmIdentifier

Dim instance As New EnvelopedCms(contentInfo,
 encryptionAlgorithm)
public EnvelopedCms (
    ContentInfo contentInfo,
    AlgorithmIdentifier encryptionAlgorithm
)
public:
EnvelopedCms (
    ContentInfo^ contentInfo, 
    AlgorithmIdentifier^ encryptionAlgorithm
)
public EnvelopedCms (
    ContentInfo contentInfo, 
    AlgorithmIdentifier encryptionAlgorithm
)
public function EnvelopedCms (
    contentInfo : ContentInfo, 
    encryptionAlgorithm : AlgorithmIdentifier
)

パラメータ

contentInfo

コンテンツとそのタイプを表す ContentInfo オブジェクト

encryptionAlgorithm

暗号化アルゴリズム指定する AlgorithmIdentifier オブジェクト

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

EnvelopedCms コンストラクタ (ContentInfo)

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

EnvelopedCms(ContentInfo) コンストラクタは、指定されコンテンツ情報内部コンテンツ タイプとして使用して、EnvelopedCms クラスインスタンス作成します

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

Public Sub New ( _
    contentInfo As ContentInfo _
)
Dim contentInfo As ContentInfo

Dim instance As New EnvelopedCms(contentInfo)
public EnvelopedCms (
    ContentInfo contentInfo
)
public:
EnvelopedCms (
    ContentInfo^ contentInfo
)
public EnvelopedCms (
    ContentInfo contentInfo
)
public function EnvelopedCms (
    contentInfo : ContentInfo
)

パラメータ

contentInfo

コンテンツとそのタイプを表す ContentInfo クラスインスタンス

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

EnvelopedCms コンストラクタ (SubjectIdentifierType, ContentInfo)

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

EnvelopedCms(SubjectIdentifierType,ContentInfo) コンストラクタは、指定されサブジェクト識別子タイプおよびコンテンツ情報使用して、EnvelopedCms クラスインスタンス作成します指定されコンテンツ情報は、内部コンテンツ タイプとして使用されます。

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

Public Sub New ( _
    recipientIdentifierType As SubjectIdentifierType, _
    contentInfo As ContentInfo _
)
Dim recipientIdentifierType As SubjectIdentifierType
Dim contentInfo As ContentInfo

Dim instance As New EnvelopedCms(recipientIdentifierType,
 contentInfo)
public EnvelopedCms (
    SubjectIdentifierType recipientIdentifierType,
    ContentInfo contentInfo
)
public:
EnvelopedCms (
    SubjectIdentifierType recipientIdentifierType, 
    ContentInfo^ contentInfo
)
public EnvelopedCms (
    SubjectIdentifierType recipientIdentifierType, 
    ContentInfo contentInfo
)
public function EnvelopedCms (
    recipientIdentifierType : SubjectIdentifierType, 
    contentInfo : ContentInfo
)

パラメータ

recipientIdentifierType

受信者識別方法指定する SubjectIdentifierType 列挙型メンバ

contentInfo

コンテンツとそのタイプを表す ContentInfo オブジェクト

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

EnvelopedCms コンストラクタ

EnvelopedCms クラスインスタンス作成します
オーバーロードの一覧オーバーロードの一覧

名前 説明
EnvelopedCms () EnvelopedCms コンストラクタは、EnvelopedCms クラスインスタンス作成します
EnvelopedCms (ContentInfo) EnvelopedCms(ContentInfo) コンストラクタは、指定されコンテンツ情報内部コンテンツ タイプとして使用してEnvelopedCms クラスインスタンス作成します
EnvelopedCms (ContentInfo, AlgorithmIdentifier) EnvelopedCms(ContentInfo,AlgorithmIdentifier) コンストラクタは、指定されコンテンツ情報および暗号化アルゴリズム使用してEnvelopedCms クラスインスタンス作成します指定されコンテンツ情報は、内部コンテンツ タイプとして使用されます。
EnvelopedCms (SubjectIdentifierType, ContentInfo) EnvelopedCms(SubjectIdentifierType,ContentInfo) コンストラクタは、指定されサブジェクト識別子タイプおよびコンテンツ情報使用してEnvelopedCms クラスインスタンス作成します指定されコンテンツ情報は、内部コンテンツ タイプとして使用されます。
EnvelopedCms (SubjectIdentifierType, ContentInfo, AlgorithmIdentifier) EnvelopedCms(SubjectIdentifierType,ContentInfo,AlgorithmIdentifier) コンストラクタは、指定されサブジェクト識別子タイプコンテンツ情報、および暗号化アルゴリズム使用してEnvelopedCms クラスインスタンス作成します指定されコンテンツ情報は、内部コンテンツ タイプとして使用されます。
参照参照

関連項目

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

EnvelopedCms コンストラクタ (SubjectIdentifierType, ContentInfo, AlgorithmIdentifier)

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

EnvelopedCms(SubjectIdentifierType,ContentInfo,AlgorithmIdentifier) コンストラクタは、指定されサブジェクト識別子タイプコンテンツ情報、および暗号化アルゴリズム使用して、EnvelopedCms クラスインスタンス作成します指定されコンテンツ情報は、内部コンテンツ タイプとして使用されます。

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

Public Sub New ( _
    recipientIdentifierType As SubjectIdentifierType, _
    contentInfo As ContentInfo, _
    encryptionAlgorithm As AlgorithmIdentifier _
)
Dim recipientIdentifierType As SubjectIdentifierType
Dim contentInfo As ContentInfo
Dim encryptionAlgorithm As AlgorithmIdentifier

Dim instance As New EnvelopedCms(recipientIdentifierType,
 contentInfo, encryptionAlgorithm)
public EnvelopedCms (
    SubjectIdentifierType recipientIdentifierType,
    ContentInfo contentInfo,
    AlgorithmIdentifier encryptionAlgorithm
)
public:
EnvelopedCms (
    SubjectIdentifierType recipientIdentifierType, 
    ContentInfo^ contentInfo, 
    AlgorithmIdentifier^ encryptionAlgorithm
)
public EnvelopedCms (
    SubjectIdentifierType recipientIdentifierType, 
    ContentInfo contentInfo, 
    AlgorithmIdentifier encryptionAlgorithm
)
public function EnvelopedCms (
    recipientIdentifierType : SubjectIdentifierType, 
    contentInfo : ContentInfo, 
    encryptionAlgorithm : AlgorithmIdentifier
)

パラメータ

recipientIdentifierType

受信者識別方法指定する SubjectIdentifierType 列挙型メンバ

contentInfo

コンテンツとそのタイプを表す ContentInfo オブジェクト

encryptionAlgorithm

暗号化アルゴリズム指定する AlgorithmIdentifier オブジェクト

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

EnvelopedCms コンストラクタ ()

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

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

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

public EnvelopedCms ()
public:
EnvelopedCms ()
public EnvelopedCms ()
public function EnvelopedCms ()
例外例外
解説解説

EnvelopedCms クラスには、次の既定プロパティ値があります

プロパティ

既定値

ContentInfo

1.2.840.113549.1.7.1 (データ) 長さ :0

ContentEncryptionAlgorithm

1.2.840.113549.3.7 (RSA_DES_EDE3_CBC)

受信者既定の SubjectIdentifierType は、IssuerAndSerialNumber です。

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



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

辞書ショートカット

すべての辞書の索引

「EnvelopedCms コンストラクタ」の関連用語

EnvelopedCms コンストラクタのお隣キーワード
検索ランキング

   

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



EnvelopedCms コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS