CryptographicAttributeObject コンストラクター

定義

CryptographicAttributeObject クラスの新しいインスタンスを初期化します。

オーバーロード

CryptographicAttributeObject(Oid)

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

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

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

CryptographicAttributeObject(Oid)

ソース:
CryptographicAttributeObject.cs
ソース:
CryptographicAttributeObject.cs
ソース:
CryptographicAttributeObject.cs

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

public:
 CryptographicAttributeObject(System::Security::Cryptography::Oid ^ oid);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid);
new System.Security.Cryptography.CryptographicAttributeObject : System.Security.Cryptography.Oid -> System.Security.Cryptography.CryptographicAttributeObject
Public Sub New (oid As Oid)

パラメーター

oid
Oid

この CryptographicAttributeObject オブジェクトに格納する属性。

こちらもご覧ください

適用対象

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

ソース:
CryptographicAttributeObject.cs
ソース:
CryptographicAttributeObject.cs
ソース:
CryptographicAttributeObject.cs

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

public:
 CryptographicAttributeObject(System::Security::Cryptography::Oid ^ oid, System::Security::Cryptography::AsnEncodedDataCollection ^ values);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection values);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection? values);
new System.Security.Cryptography.CryptographicAttributeObject : System.Security.Cryptography.Oid * System.Security.Cryptography.AsnEncodedDataCollection -> System.Security.Cryptography.CryptographicAttributeObject
Public Sub New (oid As Oid, values As AsnEncodedDataCollection)

パラメーター

oid
Oid

この CryptographicAttributeObject オブジェクトに格納する属性。

values
AsnEncodedDataCollection

oid パラメーターで表される属性に関連付けられている値のセット。

例外

コレクションに重複した項目が含まれています。

こちらもご覧ください

適用対象