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 ()

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

[Visual Basic]
Overloads Overridable Public Function GetEnumerator() As IEnumerator
[C#]
public virtual IEnumerator GetEnumerator();
[C++]
public: virtual IEnumerator* GetEnumerator();
[JScript]
public function GetEnumerator() : IEnumerator;

Return Value

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

See Also

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