NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SecurityCallContext.IsCallerInRole

[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;

Parameters

role
[To be supplied.]

See Also

SecurityCallContext Class | SecurityCallContext Members | System.Security.Principal Namespace