IsValidAttributeName()

SecurityElement::IsValidAttributeName(const String&) method

Checks if attribute name is valid.

static bool System::Security::SecurityElement::IsValidAttributeName(const String &name)

Arguments

ParameterTypeDescription
nameconst String&Name to check.

Return Value

True if name is valid, false otherwise.

See Also