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
매개 변수로 나타내는 특성과 관련된 값 집합입니다.
예외
컬렉션에 중복되는 항목이 들어 있습니다.
추가 정보
적용 대상
.NET