Pkcs9AttributeObject 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Pkcs9AttributeObject 클래스의 새 인스턴스를 초기화합니다.
오버로드
Pkcs9AttributeObject() |
Pkcs9AttributeObject 클래스의 새 인스턴스를 초기화합니다. |
Pkcs9AttributeObject(AsnEncodedData) |
지정된 Pkcs9AttributeObject 개체를 해당 특성 형식과 값으로 사용하여 AsnEncodedData 클래스의 새 인스턴스를 초기화합니다. |
Pkcs9AttributeObject(Oid, Byte[]) |
지정된 Pkcs9AttributeObject 개체를 특성 형식으로 사용하고 지정된 ASN.1 인코딩 데이터를 특성 값으로 사용하여 Oid 클래스의 새 인스턴스를 초기화합니다. |
Pkcs9AttributeObject(String, Byte[]) |
OID(개체 식별자)에 대한 지정된 문자열 표현을 특성 형식으로 사용하고 지정된 ASN.1 인코딩 데이터를 특성 값으로 사용하여 Pkcs9AttributeObject 클래스의 새 인스턴스를 초기화합니다. |
Pkcs9AttributeObject()
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
Pkcs9AttributeObject 클래스의 새 인스턴스를 초기화합니다.
public:
Pkcs9AttributeObject();
public Pkcs9AttributeObject ();
Public Sub New ()
적용 대상
Pkcs9AttributeObject(AsnEncodedData)
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
지정된 Pkcs9AttributeObject 개체를 해당 특성 형식과 값으로 사용하여 AsnEncodedData 클래스의 새 인스턴스를 초기화합니다.
public:
Pkcs9AttributeObject(System::Security::Cryptography::AsnEncodedData ^ asnEncodedData);
public Pkcs9AttributeObject (System.Security.Cryptography.AsnEncodedData asnEncodedData);
new System.Security.Cryptography.Pkcs.Pkcs9AttributeObject : System.Security.Cryptography.AsnEncodedData -> System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
Public Sub New (asnEncodedData As AsnEncodedData)
매개 변수
- asnEncodedData
- AsnEncodedData
사용할 PKCS #9 특성 형식과 값이 포함된 개체입니다.
예외
Value
의 Oid
멤버의 asnEncodedData
멤버 길이는 0입니다.
Oid
의 asnEncodedData
멤버는 null
입니다.
또는
이 Value
멤버의 Oid
인 경우 asnEncodedData
의 멤버는 null
입니다.
적용 대상
Pkcs9AttributeObject(Oid, Byte[])
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
지정된 Pkcs9AttributeObject 개체를 특성 형식으로 사용하고 지정된 ASN.1 인코딩 데이터를 특성 값으로 사용하여 Oid 클래스의 새 인스턴스를 초기화합니다.
public:
Pkcs9AttributeObject(System::Security::Cryptography::Oid ^ oid, cli::array <System::Byte> ^ encodedData);
public Pkcs9AttributeObject (System.Security.Cryptography.Oid oid, byte[] encodedData);
new System.Security.Cryptography.Pkcs.Pkcs9AttributeObject : System.Security.Cryptography.Oid * byte[] -> System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
Public Sub New (oid As Oid, encodedData As Byte())
매개 변수
- oid
- Oid
PKCS #9 특성 형식을 나타내는 개체입니다.
- encodedData
- Byte[]
PKCS #9 특성 값을 나타내는 바이트 값의 배열입니다.
적용 대상
Pkcs9AttributeObject(String, Byte[])
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
- Source:
- Pkcs9AttributeObject.cs
OID(개체 식별자)에 대한 지정된 문자열 표현을 특성 형식으로 사용하고 지정된 ASN.1 인코딩 데이터를 특성 값으로 사용하여 Pkcs9AttributeObject 클래스의 새 인스턴스를 초기화합니다.
public:
Pkcs9AttributeObject(System::String ^ oid, cli::array <System::Byte> ^ encodedData);
public Pkcs9AttributeObject (string oid, byte[] encodedData);
new System.Security.Cryptography.Pkcs.Pkcs9AttributeObject : string * byte[] -> System.Security.Cryptography.Pkcs.Pkcs9AttributeObject
Public Sub New (oid As String, encodedData As Byte())
매개 변수
- oid
- String
PKCS #9 특성 형식을 나타내는 OID의 문자열 표현입니다.
- encodedData
- Byte[]
PKCS #9 특성 값이 포함된 바이트 값의 배열입니다.
적용 대상
.NET