adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetSecurityLogin Method
The name or SID of the login to fetch.


In This Topic
    GetSecurityLogin Method
    In This Topic
    Gets the Security Login with the specified name or SID.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Function GetSecurityLogin( _
       ByVal name As String _
    ) As SecurityLogin
    [CanBeNull()]
    public SecurityLogin GetSecurityLogin( 
       string name
    )
    [CanBeNull()]
    public:
    SecurityLogin^ GetSecurityLogin( 
       String^ name
    ) 

    Parameters

    name
    The name or SID of the login to fetch.

    Return Value

    The Security Login, or a null reference (Nothing in Visual Basic) if no matching object is found.
    Remarks

    The caller must have permission to administer security on the adTempus server.

    See Also