adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityIdentifier Class
Properties Methods

In This Topic
    SecurityIdentifier Class Members
    In This Topic

    The following tables list the members exposed by SecurityIdentifier.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Indicates whether the account was successfully resolved (SID mapped to name)  
    Public Property The Windows domain  
    Public Property Gets the full user name in the form "domain\name"  
    Public Property The error code returned by Windows if the lookup operation failed  
    Public Property The error message if the lookup operation failed  
    Public Property The user name (ID)  
    Public Property Indicates the type (use) of the SID  
    Public Property The security identifier  
    Public Property String used to serialize the SID.  
    Top
    Public Methods
     NameDescription
    Public Method Compares the SID to another  
    Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
    Public Methodstatic (Shared in Visual Basic) Creates a SecurityIdentifier by attempting to resolve a user name  
    Public Method Determines if this Security Identifier represents the specified well known SID.  
    Public Method Returns the SID as a byte array  
    Public MethodReturns a string that represents the current object.Returns a string that represents the current object.  
    Top
    See Also