System.Security.Cryptography.CngPropertyCollection
Provides a strongly typed collection of Cryptography Next Generation (CNG) properties.
namespace System.Security.Cryptography
{
public sealed class CngPropertyCollection : Collection<CngProperty>
{
public CngPropertyCollection();
}
}