System::Security::Cryptography::Oid 类

Oid class

加密对象标识符。此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。

class Oid : public System::Object

方法

方法描述
static FromFriendlyName(const String&, OidGroup)从指定的 OID 友好名称创建 OID 对象。
static FromOidValue(const String&, OidGroup)从指定的 OID 值创建 OID 对象。
get_FriendlyName() const获取对象的用户友好名称。
get_Value() const获取对象标识符字符串。
Oid()RTTI 信息。
Oid(const SharedPtr<Oid>&)拷贝构造函数。
Oid(const String&)构造函数。
Oid(const String&, const String&)构造函数。
set_FriendlyName(const String&)设置对象的用户友好名称。
set_Value(const String&)设置对象标识符字符串。

另见