adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityIdentifier Class / IsWellKnownSid Method


In This Topic
    IsWellKnownSid Method
    In This Topic
    Determines if this Security Identifier represents the specified well known SID.
    Syntax
    'Declaration
     
    
    Public Function IsWellKnownSid( _
       ByVal sidType As WellKnownSidType _
    ) As Boolean
    public bool IsWellKnownSid( 
       WellKnownSidType sidType
    )
    public:
    bool IsWellKnownSid( 
       WellKnownSidType sidType
    ) 

    Parameters

    sidType
    See Also