KeyCredential Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
KeyCredential() |
Initialisiert eine neue instance der KeyCredential-Klasse. |
KeyCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String) |
Initialisiert eine neue instance der KeyCredential-Klasse. |
KeyCredential()
Initialisiert eine neue instance der KeyCredential-Klasse.
public KeyCredential ();
Public Sub New ()
Gilt für:
KeyCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String)
Initialisiert eine neue instance der KeyCredential-Klasse.
public KeyCredential (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? startDate = default, DateTime? endDate = default, string value = default, string keyId = default, string usage = default, string type = default, string customKeyIdentifier = default);
new Microsoft.Azure.Graph.RBAC.Models.KeyCredential : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * Nullable<DateTime> * string * string * string * string * string -> Microsoft.Azure.Graph.RBAC.Models.KeyCredential
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional startDate As Nullable(Of DateTime) = Nothing, Optional endDate As Nullable(Of DateTime) = Nothing, Optional value As String = Nothing, Optional keyId As String = Nothing, Optional usage As String = Nothing, Optional type As String = Nothing, Optional customKeyIdentifier As String = Nothing)
Parameter
- additionalProperties
- IDictionary<String,Object>
Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Sammlung deserialisiert.
- value
- String
Schlüsselwert.
- keyId
- String
Schlüssel-ID
- usage
- String
Verwendung. Zulässige Werte sind "Verify" und "Sign".
- type
- String
Type (Typ). Zulässige Werte sind "AsymmetricX509Cert" und "Symmetric".
- customKeyIdentifier
- String
Benutzerdefinierter Schlüsselbezeichner
Gilt für:
Azure SDK for .NET