CryptographicAttributeObjectCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 CryptographicAttributeObjectCollection 类的新实例。
重载
CryptographicAttributeObjectCollection()
初始化 CryptographicAttributeObjectCollection 类的新实例。
public:
CryptographicAttributeObjectCollection();
public CryptographicAttributeObjectCollection ();
Public Sub New ()
适用于
CryptographicAttributeObjectCollection(CryptographicAttributeObject)
初始化 CryptographicAttributeObjectCollection 类的新实例,将指定的 CryptographicAttributeObject 添加到集合中。
public:
CryptographicAttributeObjectCollection(System::Security::Cryptography::CryptographicAttributeObject ^ attribute);
public CryptographicAttributeObjectCollection (System.Security.Cryptography.CryptographicAttributeObject attribute);
new System.Security.Cryptography.CryptographicAttributeObjectCollection : System.Security.Cryptography.CryptographicAttributeObject -> System.Security.Cryptography.CryptographicAttributeObjectCollection
Public Sub New (attribute As CryptographicAttributeObject)
参数
- attribute
- CryptographicAttributeObject
添加到集合中的 CryptographicAttributeObject 对象。