The ISecurityAuditInfo Interface of the com.ms.security.auditing package provides information to a security auditor about an audited security request.
public interface ISecurityAuditInfo { // Methods String[] getAuditDetails(); String getAuditIdentifier(); }
It is implemented by request objects that are passed to any of the parameterized security checks of com.ms.security.PolicyEngine. If the system is configured to audit the request, the auditor uses the information from this interface to determine how to display the request.