PasswordCredential Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET