Sdílet prostřednictvím


MicrosoftGraphKeyCredential Constructors

Definition

Overloads

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

MicrosoftGraphKeyCredential()

public MicrosoftGraphKeyCredential ();
Public Sub New ()

Applies to

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

public MicrosoftGraphKeyCredential (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, byte[] customKeyIdentifier = default, string displayName = default, DateTime? endDateTime = default, string key = default, Guid? keyId = default, DateTime? startDateTime = default, string type = default, string usage = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphKeyCredential : System.Collections.Generic.IDictionary<string, obj> * byte[] * string * Nullable<DateTime> * string * Nullable<Guid> * Nullable<DateTime> * string * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphKeyCredential
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 key As String = Nothing, Optional keyId As Nullable(Of Guid) = Nothing, Optional startDateTime As Nullable(Of DateTime) = Nothing, Optional type As String = Nothing, Optional usage As String = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>
customKeyIdentifier
Byte[]
displayName
String
endDateTime
Nullable<DateTime>
key
String
keyId
Nullable<Guid>
startDateTime
Nullable<DateTime>
type
String
usage
String

Applies to