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

SecurityElement::IsValidTag method

检查标签是否有效。

static bool System::Security::SecurityElement::IsValidTag(const String &tag)
ParameterType描述
tagconst String&要测试的标签。

ReturnValue

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

另见