次の方法で共有


ServiceActivationOptions.ClientCredentials プロパティ

定義

ID または承認サービスが解釈できる点でクライアントの ID を記述するマップを取得または設定します。

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ ClientCredentials { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,string>? ClientCredentials { get; set; }
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,string>? ClientCredentials { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ClientCredentials : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
[<System.Runtime.Serialization.DataMember>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ClientCredentials : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
Public Property ClientCredentials As IReadOnlyDictionary(Of String, String)

プロパティ値

属性

適用対象