MicrosoftGraphKeyCredential Constructors
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.
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
- key
- String
- type
- String
- usage
- String