System::Security::Cryptography::Oid::Oid constructor
Contents
[
Hide
]Oid::Oid() constructor
RTTI information.
System::Security::Cryptography::Oid::Oid()
Remarks
Default constructor.
See Also
- Class Oid
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
Oid::Oid(const SharedPtr<Oid>&) constructor
Copy constructor.
System::Security::Cryptography::Oid::Oid(const SharedPtr<Oid> &oid)
| Parameter | Type | Description |
|---|---|---|
| oid | const SharedPtr<Oid>& | Identifier to copy data from. |
See Also
- Typedef SharedPtr
- Class Oid
- Class Oid
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
Oid::Oid(const String&) constructor
Constructor.
System::Security::Cryptography::Oid::Oid(const String &oid)
| Parameter | Type | Description |
|---|---|---|
| oid | const String& | String value of object identifier. |
See Also
- Class String
- Class Oid
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
Oid::Oid(const String&, const String&) constructor
Constructor.
System::Security::Cryptography::Oid::Oid(const String &value, const String &friendly_name)
| Parameter | Type | Description |
|---|---|---|
| value | const String& | String value of object identifier. |
| friendly_name | const String& | User-friendly object name. |
See Also
- Class String
- Class Oid
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++