IsValidTag()

SecurityElement::IsValidTag(const String&) method

Checks if tag is valid.

static bool System::Security::SecurityElement::IsValidTag(const String &tag)

Arguments

ParameterTypeDescription
tagconst String&Tag to test.

Return Value

True if tag is valid, false otherwise.

See Also