Microsoft SDK for Java

getAuditIdentifier

This method of the ISecurityAuditInfo Interface retrieves a string that identifies the type of the audit event.

Syntax

String getAuditIdentifier();

Return Value

Returns a string that identifies the audit event.

Remarks

The string retrieved will have property or package-like conventions. For example, "com.xyz.database.query.invalid" is a valid return string for this method. An auditor could use the returned string to select a localized format string for displaying the event or for determining types of events to log.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.