[To be supplied.]
[Visual Basic] Public Function IsCallerInRole( _ ByVal role As String _ ) As Boolean [C#] public bool IsCallerInRole( string role ); [C++] public: bool IsCallerInRole( String* role ); [JScript] public function IsCallerInRole( role : String ) : Boolean;
SecurityCallContext Class | SecurityCallContext Members | System.Security.Principal Namespace