CryptographicAttributeObject 构造函数

定义

初始化 CryptographicAttributeObject 类的新实例。

重载

名称 说明
CryptographicAttributeObject(Oid)

使用由指定CryptographicAttributeObject对象表示的属性初始化类的新实例Oid

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

使用由指定对象表示的属性和由指定CryptographicAttributeObjectOid集合表示的属性集初始化类的新实例AsnEncodedDataCollection

CryptographicAttributeObject(Oid)

Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs

使用由指定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)

Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs
Source:
CryptographicAttributeObject.cs

使用由指定对象表示的属性和由指定CryptographicAttributeObjectOid集合表示的属性集初始化类的新实例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 的属性关联的值集。

例外

该集合包含重复项。

另请参阅

适用于