Share via


PasswordCredential Class

Definition

Active Directory Password Credential information.

public class PasswordCredential
type PasswordCredential = class
Public Class PasswordCredential
Inheritance
PasswordCredential

Constructors

PasswordCredential()

Initializes a new instance of the PasswordCredential class.

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

Initializes a new instance of the PasswordCredential class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

CustomKeyIdentifier

Gets or sets custom Key Identifier

EndDate

Gets or sets end date.

KeyId

Gets or sets key ID.

StartDate

Gets or sets start date.

Value

Gets or sets key value.

Applies to