The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Pkcs9AttributeObject Constructor (Oid^, array<Byte>^)
.NET Framework (current version)
Initializes a new instance of the Pkcs9AttributeObject class using a specified Oid object as the attribute type and a specified ASN.1 encoded data as the attribute value.
Assembly: System.Security (in System.Security.dll)
Parameters
- oid
-
Type:
System.Security.Cryptography::Oid^
An object that represents the PKCS #9 attribute type.
- encodedData
-
Type:
array<System::Byte>^
An array of byte values that represents the PKCS #9 attribute value.
.NET Framework
Available since 2.0
Available since 2.0
Show: