CustomizationPassword类介绍
包含密码字符串和一个标志,指定字符串是否为纯文本或加密。
Properties
NAME |
TYPE |
DESCRIPTION |
---|
plainText |
xsd:boolean |
Flag to specify whether or not the password is in plain text, rather than encrypted. (true 表示加密,false 表示不加密) |
value |
xsd:string |
The password string. It is encrypted if the associated plainText flag is false. (密码) |