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 物件。