ActivityImplementationContext.Authority Property

Definition

Specifies the authority to use to authenticate the WMI connection. You can specify standard NTLM or Kerberos authentication. To use NTLM, set the authority setting to ntlmdomain:"DomainName", where "DomainName" identifies a valid NTLM domain name. To use Kerberos, specify kerberos:"DomainName>\ServerName". You cannot include the authority setting when you connect to the local computer.

public:
 property System::String ^ Authority { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Authority { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Authority { get; set; }
member this.Authority : string with get, set
Public Property Authority As String

Property Value

Applies to