Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Cryptography.​CngPropertyCollection
Assembly: System.Security.Cryptography
Inheritance: object → Collections.​ObjectModel.​Collection<​CngProperty> → CngPropertyCollection
Implemented Interfaces
- Collections.​Generic.​IList`1 (Inherits: ICollection<​Security.​Cryptography.​CngProperty>IEnumerable<​Security.​Cryptography.​CngProperty>IEnumerable) Implemented by: Collection<​Security.​Cryptography.​CngProperty>
- Collections.​Generic.​IReadOnlyList`1 (Inherits: IEnumerable<​Security.​Cryptography.​CngProperty>IEnumerableIReadOnlyCollection<​Security.​Cryptography.​CngProperty>) Implemented by: Collection<​Security.​Cryptography.​CngProperty>
- Collections.​IList (Inherits: ICollectionIEnumerable) Implemented by: Collection<​Security.​Cryptography.​CngProperty>
Provides a strongly typed collection of Cryptography Next Generation (CNG) properties.
Properties
public
int
Count
public
CngProperty
Item
protected
Collections.​Generic.​IList<​CngProperty>
Items
Methods
public
void
Add​(CngProperty item)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
void
Clear​()
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
protected
void
ClearItems​()
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
bool
Contains​(CngProperty item)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
void
CopyTo​(CngProperty[] array,
int index)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
Collections.​Generic.​IEnumerator<​CngProperty>
GetEnumerator​()
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
int
IndexOf​(CngProperty item)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
void
Insert​(int index,
CngProperty item)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
protected
void
InsertItem​(int index,
CngProperty item)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
bool
Remove​(CngProperty item)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
void
RemoveAt​(int index)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
protected
void
RemoveItem​(int index)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
protected
void
SetItem​(int index,
CngProperty item)
Inherited from Collections.​ObjectModel.​Collection<​CngProperty>
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object