System::Security::SecurityElement::IsValidAttributeValue 方法

SecurityElement::IsValidAttributeValue method

检查属性值是否有效。

static bool System::Security::SecurityElement::IsValidAttributeValue(const String &value)
ParameterType描述
valueconst String&要检查的值。

ReturnValue

如果值有效则返回 true,否则返回 false。

另见