CryptographicAttributeObject 생성자

정의

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 매개 변수로 나타내는 특성과 관련된 값 집합입니다.

예외

컬렉션에 중복되는 항목이 들어 있습니다.

추가 정보

적용 대상