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 Class

The PolicyStatement class represents an enumeration of the result of a code group matching.

Object
   PolicyStatement

[Visual Basic]
NotInheritable Public Class PolicyStatement
   Implements ISecurityEncodable, ISecurityPolicyEncodable
[C#]
public sealed class PolicyStatement : ISecurityEncodable,
   ISecurityPolicyEncodable
[C++]
public __gc __sealed class PolicyStatement : public
   ISecurityEncodable, ISecurityPolicyEncodable
[JScript]
public class PolicyStatement implements ISecurityEncodable,
   ISecurityPolicyEncodable

Remarks

PolicyStatement consists of a permission set to allow grant, and possible special attributes for the code group.

Requirements

Namespace: System.Security.Policy

Assembly: mscorlib.dll

See Also

PolicyStatement Members | System.Security.Policy Namespace