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!

PolicyStatement Constructor (PermissionSet, PolicyStatementAttribute)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal permSet As PermissionSet, _
   ByVal attributes As PolicyStatementAttribute _
)
[C#]
public PolicyStatement(
   PermissionSet permSet,
   PolicyStatementAttribute attributes
);
[C++]
public: PolicyStatement(
   PermissionSet* permSet,
   PolicyStatementAttribute attributes
);
[JScript]
public function PolicyStatement(
   permSet : PermissionSet,
   attributes : PolicyStatementAttribute
);

Parameters

permSet
Permissions to allow grant.
attributes
Special attributes of the code group-- e.g. exclusive flag.

Remarks

Policy statement is typically used as the result of a resolve operation on a policy level.

See Also

PolicyStatement Class | PolicyStatement Members | System.Security.Policy Namespace | PolicyStatement Constructor Overload List