CryptographicAttributeObjectCollection コンストラクター

定義

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

オーバーロード

CryptographicAttributeObjectCollection()

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

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化し、指定した CryptographicAttributeObject をコレクションに追加します。

CryptographicAttributeObjectCollection()

ソース:
CryptographicAttributeObjectCollection.cs
ソース:
CryptographicAttributeObjectCollection.cs
ソース:
CryptographicAttributeObjectCollection.cs

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

public:
 CryptographicAttributeObjectCollection();
public CryptographicAttributeObjectCollection ();
Public Sub New ()

適用対象

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

ソース:
CryptographicAttributeObjectCollection.cs
ソース:
CryptographicAttributeObjectCollection.cs
ソース:
CryptographicAttributeObjectCollection.cs

CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化し、指定した CryptographicAttributeObject をコレクションに追加します。

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

パラメーター

attribute
CryptographicAttributeObject

コレクションに追加される CryptographicAttributeObject オブジェクト。

こちらもご覧ください

適用対象