CryptographicAttributeObjectCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化します。
オーバーロード
CryptographicAttributeObjectCollection() |
CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化します。 |
CryptographicAttributeObjectCollection(CryptographicAttributeObject) |
CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化し、指定した CryptographicAttributeObject をコレクションに追加します。 |
CryptographicAttributeObjectCollection()
CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化します。
public:
CryptographicAttributeObjectCollection();
public CryptographicAttributeObjectCollection ();
Public Sub New ()
適用対象
CryptographicAttributeObjectCollection(CryptographicAttributeObject)
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 オブジェクト。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET