Pkcs9ContentType クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Pkcs9ContentType クラスは、CMS/PKCS #7 メッセージのコンテンツ タイプを定義します。
public ref class Pkcs9ContentType sealed : System::Security::Cryptography::Pkcs::Pkcs9AttributeObject
public sealed class Pkcs9ContentType : System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
type Pkcs9ContentType = class
inherit Pkcs9AttributeObject
Public NotInheritable Class Pkcs9ContentType
Inherits Pkcs9AttributeObject
- 継承
注釈
対応する署名者のPkcs9ContentTypeプロパティが空でない場合は常にCmsSigner.SignedAttributes、オブジェクトが自動的に生成され、プロパティに配置SignerInfo.SignedAttributesされます。
コンストラクター
Pkcs9ContentType() |
Pkcs9ContentType() コンストラクターは、 Pkcs9ContentType クラスのインスタンスを作成します。 |
プロパティ
ContentType |
ContentType プロパティは、コンテンツ タイプを保持する Oid オブジェクトを取得します。 |
Oid |
この Oid オブジェクトに関連付けられた属性のタイプを表す Pkcs9AttributeObject オブジェクトを取得します。 (継承元 Pkcs9AttributeObject) |
RawData |
ASN.1 (Abstract Syntax Notation One) でエンコードされたデータをバイト配列表現で取得または設定します。 (継承元 AsnEncodedData) |
メソッド
CopyFrom(AsnEncodedData) |
AsnEncodedData オブジェクトの情報をコピーします。 |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
Format(Boolean) |
ASN.1 (Abstract Syntax Notation One) でエンコードされたデータを、文字列として書式設定して返します。 (継承元 AsnEncodedData) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |