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`1 → CngPropertyCollection

Provides a strongly typed collection of Cryptography Next Generation (CNG) properties.

Properties

public int
Count
public CngProperty
Item

Methods

public void
Add​(CngProperty item)
Inherited from Collection`1
public void
Clear​()
Inherited from Collection`1
protected void
ClearItems​()
Inherited from Collection`1
public bool
Contains​(CngProperty item)
Inherited from Collection`1
public void
CopyTo​(CngProperty[] array, int index)
Inherited from Collection`1
GetEnumerator​()
Inherited from Collection`1
public int
IndexOf​(CngProperty item)
Inherited from Collection`1
public void
Insert​(int index, CngProperty item)
Inherited from Collection`1
protected void
InsertItem​(int index, CngProperty item)
Inherited from Collection`1
public bool
Remove​(CngProperty item)
Inherited from Collection`1
public void
RemoveAt​(int index)
Inherited from Collection`1
protected void
RemoveItem​(int index)
Inherited from Collection`1
protected void
SetItem​(int index, CngProperty item)
Inherited from Collection`1
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object