adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ResolveSecurityName Method

In This Topic
    ResolveSecurityName Method
    In This Topic
    Attempts to resolve a Windows principal name and returns the corresponding SecurityIdentifier.
    Syntax
    'Declaration
     
    
    Public Function ResolveSecurityName( _
       ByVal name As String _
    ) As SecurityIdentifier
    public SecurityIdentifier ResolveSecurityName( 
       string name
    )

    Parameters

    name

    Return Value

    The SecurityIdentifier for the name, or null (Nothing) if the name could not be resolved.
    See Also