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

SecurityElement::IsValidAttributeValue method

检查属性值是否有效。

static bool System::Security::SecurityElement::IsValidAttributeValue(const String &value)
参数类型描述
const String&要检查的值。

ReturnValue

如果值有效则为 True,否則为 false。

另见