System::Security::SecurityElement::IsValidAttributeValue method

SecurityElement::IsValidAttributeValue method

Checks if attribute value is valid.

static bool System::Security::SecurityElement::IsValidAttributeValue(const String &value)
ParameterTypeDescription
valueconst String&Value to check.

ReturnValue

True if value is valid, false otherwise.

See Also