using System;
using System.Runtime.InteropServices;
using System.Security.Policy;
namespace System.Security
{
/// Gets an object's .
// Token: 0x020005C0 RID: 1472
[ComVisible(true)]
public interface IEvidenceFactory
{
/// Gets that verifies the current object's identity.
///
/// of the current object's identity.
// Token: 0x17000A8A RID: 2698
// (get) Token: 0x060035C2 RID: 13762
Evidence Evidence { get; }
}
}