CryptographicAttributeObjectCollectionとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > CryptographicAttributeObjectCollectionの意味・解説 

CryptographicAttributeObjectCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

CryptographicAttributeObject オブジェクトセット格納します

名前空間: System.Security.Cryptography
アセンブリ: System.Security (system.security.dll 内)
構文構文

Public NotInheritable Class
 CryptographicAttributeObjectCollection
    Implements ICollection, IEnumerable
Dim instance As CryptographicAttributeObjectCollection
public sealed class CryptographicAttributeObjectCollection
 : ICollection, IEnumerable
public ref class CryptographicAttributeObjectCollection
 sealed : ICollection, IEnumerable
public final class CryptographicAttributeObjectCollection
 implements ICollection, IEnumerable
public final class CryptographicAttributeObjectCollection
 implements ICollection, IEnumerable
使用例使用例

CryptographicAttributeObject

継承階層継承階層
System.Object
  System.Security.Cryptography.CryptographicAttributeObjectCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CryptographicAttributeObjectCollection メンバ
System.Security.Cryptography 名前空間

CryptographicAttributeObjectCollection コンストラクタ ()

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.Security.Cryptography
アセンブリ: System.Security (system.security.dll 内)
構文構文

Dim instance As New CryptographicAttributeObjectCollection
public CryptographicAttributeObjectCollection ()
public:
CryptographicAttributeObjectCollection ()
public CryptographicAttributeObjectCollection ()
public function CryptographicAttributeObjectCollection
 ()
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CryptographicAttributeObjectCollection クラス
CryptographicAttributeObjectCollection メンバ
System.Security.Cryptography 名前空間

CryptographicAttributeObjectCollection コンストラクタ (CryptographicAttributeObject)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.Security.Cryptography
アセンブリ: System.Security (system.security.dll 内)
構文構文

Public Sub New ( _
    attribute As CryptographicAttributeObject _
)
Dim attribute As CryptographicAttributeObject

Dim instance As New CryptographicAttributeObjectCollection(attribute)
public CryptographicAttributeObjectCollection (
    CryptographicAttributeObject attribute
)
public:
CryptographicAttributeObjectCollection (
    CryptographicAttributeObject^ attribute
)
public CryptographicAttributeObjectCollection (
    CryptographicAttributeObject attribute
)
public function CryptographicAttributeObjectCollection
 (
    attribute : CryptographicAttributeObject
)

パラメータ

attribute

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

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CryptographicAttributeObjectCollection クラス
CryptographicAttributeObjectCollection メンバ
System.Security.Cryptography 名前空間
CryptographicAttributeObject クラス

CryptographicAttributeObjectCollection コンストラクタ

CryptographicAttributeObjectCollection クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
CryptographicAttributeObjectCollection () CryptographicAttributeObjectCollection クラス新しインスタンス初期化します。
CryptographicAttributeObjectCollection (CryptographicAttributeObject) CryptographicAttributeObjectCollection クラス新しインスタンス初期化し指定した CryptographicAttributeObject をコレクション追加します
参照参照

関連項目

CryptographicAttributeObjectCollection クラス
CryptographicAttributeObjectCollection メンバ
System.Security.Cryptography 名前空間

CryptographicAttributeObjectCollection プロパティ


パブリック プロパティパブリック プロパティ

参照参照

関連項目

CryptographicAttributeObjectCollection クラス
System.Security.Cryptography 名前空間

CryptographicAttributeObjectCollection メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.ICollection.CopyTo 特定のインデックス開始位置として、Array 配列に、この CryptographicAttributeObjectCollection コレクション要素コピーします
インターフェイスの明示的な実装 System.Collections.IEnumerable.GetEnumerator CryptographicAttributeObjectCollection コレクション反復処理する列挙子を返します
参照参照

関連項目

CryptographicAttributeObjectCollection クラス
System.Security.Cryptography 名前空間

CryptographicAttributeObjectCollection メンバ

CryptographicAttributeObject オブジェクトセット格納します

CryptographicAttributeObjectCollection データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド CryptographicAttributeObjectCollection オーバーロードされます。 CryptographicAttributeObjectCollection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
明示的インターフェイスの実装明示的インターフェイス実装
  名前 説明
インターフェイスの明示的な実装 System.Collections.ICollection.CopyTo 特定のインデックス開始位置として、Array 配列に、この CryptographicAttributeObjectCollection コレクション要素コピーします
インターフェイスの明示的な実装 System.Collections.IEnumerable.GetEnumerator CryptographicAttributeObjectCollection コレクション反復処理する列挙子を返します
参照参照

関連項目

CryptographicAttributeObjectCollection クラス
System.Security.Cryptography 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からCryptographicAttributeObjectCollectionを検索した結果を表示しています。
Weblioに収録されているすべての辞書からCryptographicAttributeObjectCollectionを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からCryptographicAttributeObjectCollection を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「CryptographicAttributeObjectCollection」の関連用語

CryptographicAttributeObjectCollectionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



CryptographicAttributeObjectCollectionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS