GlobalBrokeredServiceContainer.LocalUserCredentials Property

Definition

Gets credentials to use to impersonate the local user.

public:
 abstract property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ LocalUserCredentials { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyDictionary<string,string> LocalUserCredentials { get; }
member this.LocalUserCredentials : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public MustOverride ReadOnly Property LocalUserCredentials As IReadOnlyDictionary(Of String, String)

Property Value

Implements

Applies to