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!

PrincipalPermission Constructor (String, String, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal role As String, _
   ByVal isAuthenticated As Boolean _
)
[C#]
public PrincipalPermission(
   string name,
   string role,
   bool isAuthenticated
);
[C++]
public: PrincipalPermission(
   String* name,
   String* role,
   bool isAuthenticated
);
[JScript]
public function PrincipalPermission(
   name : String,
   role : String,
   isAuthenticated : Boolean
);

Parameters

name
[To be supplied.]
role
[To be supplied.]
isAuthenticated
[To be supplied.]

See Also

PrincipalPermission Class | PrincipalPermission Members | System.Security.Permissions Namespace | PrincipalPermission Constructor Overload List