CryptographicAttributeObject 생성자

정의

CryptographicAttributeObject 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
CryptographicAttributeObject(Oid)

지정된 CryptographicAttributeObject 개체가 나타내는 특성을 사용하여 클래스의 Oid 새 인스턴스를 초기화합니다.

CryptographicAttributeObject(Oid, AsnEncodedDataCollection)

지정된 개체가 나타내는 특성과 지정된 CryptographicAttributeObject 컬렉션이 나타내는 해당 특성과 연결된 값 집합을 사용하여 클래스의 새 인스턴스 OidAsnEncodedDataCollection 초기화합니다.

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

지정된 개체가 나타내는 특성과 지정된 CryptographicAttributeObject 컬렉션이 나타내는 해당 특성과 연결된 값 집합을 사용하여 클래스의 새 인스턴스 OidAsnEncodedDataCollection 초기화합니다.

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 특성과 연결된 값 집합입니다.

예외

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

추가 정보

적용 대상