IsValidAttributeValue()

SecurityElement::IsValidAttributeValue(const String&) method

Checks if attribute value is valid.

static bool System::Security::SecurityElement::IsValidAttributeValue(const String &value)

Arguments

ParameterTypeDescription
valueconst String&Value to check.

Return Value

True if value is valid, false otherwise.

See Also