你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Common.PasswordBox UI 元素
一个可以用来提供和确认密码的控件。
UI 示例
架构
{
"name": "element1",
"type": "Microsoft.Common.PasswordBox",
"label": {
"password": "Password",
"confirmPassword": "Confirm password"
},
"toolTip": "",
"constraints": {
"required": true,
"regex": "^[a-zA-Z0-9]{8,}$",
"validationMessage": "Password must be at least 8 characters long, contain only numbers and letters"
},
"options": {
"hideConfirmation": false
},
"visible": true
}
示例输出
"p4ssw0rd"
备注
- 此元素不支持
defaultValue
属性。 - 有关
constraints
的实现详细信息,请参阅 Microsoft.Common.TextBox。 - 如果
options.hideConfirmation
设置为true
,则确认用户密码的第二个文本框已隐藏。 默认值为false
。
后续步骤
- 有关创建 UI 定义的简介,请参阅 CreateUiDefinition 入门。
- 有关 UI 元素中的公用属性的说明,请参阅 CreateUiDefinition 元素。