ServiceActivationOptions.ClientCredentials Property

Definition

Gets or sets a map that describes the client's identity in terms that an identity or authorization service can interpret.

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>]
member this.ClientCredentials : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
Public Property ClientCredentials As IReadOnlyDictionary(Of String, String)

Property Value

Attributes

Applies to