ServiceActivationOptions.ClientCredentials 属性

定义

获取或设置一个映射,该映射以标识或授权服务可以解释的术语描述客户端的标识。

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)

属性值

属性

适用于