System::Security::SecurityElement::IsValidTag method

SecurityElement::IsValidTag method

Checks if tag is valid.

static bool System::Security::SecurityElement::IsValidTag(const String &tag)
ParameterTypeDescription
tagconst String&Tag to test.

ReturnValue

True if tag is valid, false otherwise.

See Also