MockBrokeredServiceContainer.LocalUserCredentials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets credentials to use to impersonate the local user.
public:
virtual property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ LocalUserCredentials { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public override System.Collections.Generic.IReadOnlyDictionary<string,string> LocalUserCredentials { get; }
member this.LocalUserCredentials : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public Overrides ReadOnly Property LocalUserCredentials As IReadOnlyDictionary(Of String, String)