Share via


IBrokeredServiceContainerInternal.LocalUserCredentials Property

Definition

Gets credentials to use to impersonate the local user.

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

Property Value

Applies to