Share via


MicrosoftGraphPasswordCredential Constructors

Definition

Overloads

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

MicrosoftGraphPasswordCredential()

public MicrosoftGraphPasswordCredential ();
Public Sub New ()

Applies to

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

public MicrosoftGraphPasswordCredential (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, byte[] customKeyIdentifier = default, string displayName = default, DateTime? endDateTime = default, string hint = default, Guid? keyId = default, string secretText = default, DateTime? startDateTime = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphPasswordCredential : System.Collections.Generic.IDictionary<string, obj> * byte[] * string * Nullable<DateTime> * string * Nullable<Guid> * string * Nullable<DateTime> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphPasswordCredential
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional customKeyIdentifier As Byte() = Nothing, Optional displayName As String = Nothing, Optional endDateTime As Nullable(Of DateTime) = Nothing, Optional hint As String = Nothing, Optional keyId As Nullable(Of Guid) = Nothing, Optional secretText As String = Nothing, Optional startDateTime As Nullable(Of DateTime) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>
customKeyIdentifier
Byte[]
displayName
String
endDateTime
Nullable<DateTime>
hint
String
keyId
Nullable<Guid>
secretText
String
startDateTime
Nullable<DateTime>

Applies to