WmiActivity.Authority 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.
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); };
[System.ComponentModel.DefaultValue(null)]
public string Authority { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Authority : string with get, set
Public Property Authority As String
Property Value
- Attributes