System.Security.IEvidenceFactory Interface

Assembly: Mscorlib.dll
Namespace: System.Security
Summary
Gets an object's Evidence.
C# Syntax:
public interface IEvidenceFactory
See also:
System.Security Namespace

System.Security.IEvidenceFactory Member List:

Public Properties
Evidence Read-only

Gets Evidence that verifies the current object's identity.

System.Security.IEvidenceFactory Member Details

Property: Evidence (read-only)
Summary
Gets Evidence that verifies the current object's identity.
C# Syntax:
Evidence Evidence {get;}

Return to top


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.