你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PasswordCredential 类

定义

Active Directory 密码凭据信息。

public class PasswordCredential
type PasswordCredential = class
Public Class PasswordCredential
继承
PasswordCredential

构造函数

PasswordCredential()

初始化 PasswordCredential 类的新实例。

PasswordCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, Byte[])

初始化 PasswordCredential 类的新实例。

属性

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

CustomKeyIdentifier

获取或设置自定义密钥标识符

EndDate

获取或设置结束日期。

KeyId

获取或设置密钥 ID。

StartDate

获取或设置开始日期。

Value

获取或设置键值。

适用于