System::Security::SecurityElement::IsValidTag 方法

SecurityElement::IsValidTag method

检查标签是否有效。

static bool System::Security::SecurityElement::IsValidTag(const String &tag)
参数类型描述
标签const String&要测试的标签。

ReturnValue

如果标签有效则为 true,否则为 false。

另见