CryptographicAttributeObjectCollection クラス
定義
CryptographicAttributeObject オブジェクトのセットを格納します。Contains a set of CryptographicAttributeObject objects.
public ref class CryptographicAttributeObjectCollection sealed : System::Collections::ICollection
public sealed class CryptographicAttributeObjectCollection : System.Collections.ICollection
type CryptographicAttributeObjectCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class CryptographicAttributeObjectCollection
Implements ICollection
- 継承
-
CryptographicAttributeObjectCollection
- 実装
例
コンストラクター
CryptographicAttributeObjectCollection() |
CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化します。Initializes a new instance of the CryptographicAttributeObjectCollection class. |
CryptographicAttributeObjectCollection(CryptographicAttributeObject) |
CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化し、指定した CryptographicAttributeObject をコレクションに追加します。Initializes a new instance of the CryptographicAttributeObjectCollection class, adding a specified CryptographicAttributeObject to the collection. |
プロパティ
Count |
コレクション内の項目の数を取得します。Gets the number of items in the collection. |
IsSynchronized |
コレクションへのアクセスが同期されている、つまりスレッド セーフであるかどうかを示す値を取得します。Gets a value that indicates whether access to the collection is synchronized, or thread safe. |
Item[Int32] |
コレクション内の指定したインデックス位置の CryptographicAttributeObject オブジェクトを取得します。Gets the CryptographicAttributeObject object at the specified index in the collection. |
SyncRoot |
コレクションへのアクセスを同期するために使用する Object オブジェクトを取得します。Gets an Object object used to synchronize access to the collection. |
メソッド
Add(AsnEncodedData) |
指定した AsnEncodedData オブジェクトをコレクションに追加します。Adds the specified AsnEncodedData object to the collection. |
Add(CryptographicAttributeObject) |
指定した CryptographicAttributeObject オブジェクトをコレクションに追加します。Adds the specified CryptographicAttributeObject object to the collection. |
CopyTo(CryptographicAttributeObject[], Int32) |
CryptographicAttributeObjectCollection コレクションを CryptographicAttributeObject オブジェクトの配列にコピーします。Copies the CryptographicAttributeObjectCollection collection to an array of CryptographicAttributeObject objects. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetEnumerator() |
コレクションの CryptographicAttributeObjectEnumerator オブジェクトを取得します。Gets a CryptographicAttributeObjectEnumerator object for the collection. |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
Remove(CryptographicAttributeObject) |
指定した CryptographicAttributeObject オブジェクトをコレクションから削除します。Removes the specified CryptographicAttributeObject object from the collection. |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |
明示的なインターフェイスの実装
ICollection.CopyTo(Array, Int32) |
特定のインデックスを開始位置として、CryptographicAttributeObjectCollection 配列に、この Array コレクションの要素をコピーします。Copies the elements of this CryptographicAttributeObjectCollection collection to an Array array, starting at a particular index. |
ICollection.IsSynchronized | |
ICollection.SyncRoot | |
IEnumerable.GetEnumerator() |
CryptographicAttributeObjectCollection コレクションを反復処理する列挙子を返します。Returns an enumerator that iterates through the CryptographicAttributeObjectCollection collection. |
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。Enables parallelization of a query. |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。Converts an IEnumerable to an IQueryable. |