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!

Evidence.GetEnumerator (Boolean)

Enumerate evidence in the set, both assembly-derived and host-provided.

[Visual Basic]
Overloads Public Function GetEnumerator( _
   ByVal allowRemove As Boolean _
) As IEnumerator
[C#]
public IEnumerator GetEnumerator(
   bool allowRemove
);
[C++]
public: IEnumerator* GetEnumerator(
   bool allowRemove
);
[JScript]
public function GetEnumerator(
   allowRemove : Boolean
) : IEnumerator;

Parameters

allowRemove
Specifies if removal of enumerated objects is allowed. Only false is supported.

Return Value

Enumerator for combined evidence.

Remarks

Only false is supported.

See Also

Evidence Class | Evidence Members | System.Security.Policy Namespace | Evidence.GetEnumerator Overload List