adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WMITrigger Class / AuthenticationLevel Property


In This Topic
    AuthenticationLevel Property
    In This Topic
    The authentication level to use
    Syntax
    'Declaration
     
    
    <ReservedForFutureUseAttribute()>
    Public Property AuthenticationLevel As Integer
    [ReservedForFutureUse()]
    public int AuthenticationLevel {get; set;}
    [ReservedForFutureUse()]
    public:
    property int AuthenticationLevel {
       int get();
       void set (    int value);
    }
    Remarks
    This value is not currently used; the trigger always uses System.Management.AuthenticationLevel.Call
    See Also