CryptographicAttributeObject 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 CryptographicAttributeObject 类的新实例。
重载
CryptographicAttributeObject(Oid) |
使用指定的 CryptographicAttributeObject 对象所表示的特性初始化 Oid 类的新实例。 |
CryptographicAttributeObject(Oid, AsnEncodedDataCollection) |
使用指定的 CryptographicAttributeObject 对象所表示的特性和与该特性相关联的一组值(由指定的 Oid 集合表示)来初始化 AsnEncodedDataCollection 类的新实例。 |
CryptographicAttributeObject(Oid)
使用指定的 CryptographicAttributeObject 对象所表示的特性初始化 Oid 类的新实例。
public:
CryptographicAttributeObject(System::Security::Cryptography::Oid ^ oid);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid);
new System.Security.Cryptography.CryptographicAttributeObject : System.Security.Cryptography.Oid -> System.Security.Cryptography.CryptographicAttributeObject
Public Sub New (oid As Oid)
参数
- oid
- Oid
要存储在此 CryptographicAttributeObject 对象中的特性。
另请参阅
适用于
CryptographicAttributeObject(Oid, AsnEncodedDataCollection)
使用指定的 CryptographicAttributeObject 对象所表示的特性和与该特性相关联的一组值(由指定的 Oid 集合表示)来初始化 AsnEncodedDataCollection 类的新实例。
public:
CryptographicAttributeObject(System::Security::Cryptography::Oid ^ oid, System::Security::Cryptography::AsnEncodedDataCollection ^ values);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection? values);
public CryptographicAttributeObject (System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedDataCollection values);
new System.Security.Cryptography.CryptographicAttributeObject : System.Security.Cryptography.Oid * System.Security.Cryptography.AsnEncodedDataCollection -> System.Security.Cryptography.CryptographicAttributeObject
Public Sub New (oid As Oid, values As AsnEncodedDataCollection)
参数
- oid
- Oid
要存储在此 CryptographicAttributeObject 对象中的特性。
- values
- AsnEncodedDataCollection
与 oid
参数表示的特性关联的一组值。
例外
集合中包含重复的项。