CryptographicAttributeObject クラス

定義

型とその型に関連付けられている値のコレクションを格納します。

public ref class CryptographicAttributeObject sealed
public sealed class CryptographicAttributeObject
type CryptographicAttributeObject = class
Public NotInheritable Class CryptographicAttributeObject
継承
CryptographicAttributeObject

注釈

このクラスは、暗号化メッセージ構文標準仕様で定義されている ASN.1 構造体に対応します。

コンストラクター

名前 説明
CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

指定したOid オブジェクトで表される属性と、指定したAsnEncodedDataCollection コレクションによって表されるその属性に関連付けられている値のセットを使用して、CryptographicAttributeObject クラスの新しいインスタンスを初期化します。

CryptographicAttributeObject(Oid)

指定したOid オブジェクトで表される属性を使用して、CryptographicAttributeObject クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Oid

属性のオブジェクト識別子を指定する Oid オブジェクトを取得します。

Values

属性に関連付けられている値のセットを含む AsnEncodedDataCollection コレクションを取得します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象