adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityIdentifier Class / SecurityIdentifier Constructor / SecurityIdentifier Constructor(WellKnownSidType)


In This Topic
    SecurityIdentifier Constructor(WellKnownSidType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sidType As WellKnownSidType _
    )
    public SecurityIdentifier( 
       WellKnownSidType sidType
    )
    public:
    SecurityIdentifier( 
       WellKnownSidType sidType
    )

    Parameters

    sidType
    See Also