System::Security::SecurityElement::IsValidAttributeName method

SecurityElement::IsValidAttributeName method

Checks if attribute name is valid.

static bool System::Security::SecurityElement::IsValidAttributeName(const String &name)
ParameterTypeDescription
nameconst String&Name to check.

ReturnValue

True if name is valid, false otherwise.

See Also