次の方法で共有


KeyCredential コンストラクター

定義

オーバーロード

KeyCredential()

KeyCredential クラスの新しいインスタンスを初期化します。

KeyCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String)

KeyCredential クラスの新しいインスタンスを初期化します。

KeyCredential()

KeyCredential クラスの新しいインスタンスを初期化します。

public KeyCredential();
Public Sub New ()

適用対象

KeyCredential(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, String)

KeyCredential クラスの新しいインスタンスを初期化します。

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)

パラメーター

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

startDate
Nullable<DateTime>

開始日。

endDate
Nullable<DateTime>

終了日。

value
String

キー値。

keyId
String

キー ID。

usage
String

利用状況。 使用できる値は、'Verify' と 'Sign' です。

type
String

[Type](種類)。 使用できる値は、'AsymmetricX509Cert' と 'Symmetric' です。

customKeyIdentifier
String

カスタム キー識別子

適用対象