Share via


AzManAuthorizationProviderData.AuditIdentifierPrefix Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Audit identifier prefix to append to the generated audit identifer.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.AzMan.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.AzMan (in Microsoft.Practices.EnterpriseLibrary.Security.AzMan.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("auditIdentifierPrefix")> _
PublicPropertyAuditIdentifierPrefixAs String
[ConfigurationPropertyAttribute("auditIdentifierPrefix")]
public string AuditIdentifierPrefix { get; set; }
[ConfigurationPropertyAttribute(L"auditIdentifierPrefix")]
public:
property String^ AuditIdentifierPrefix {
    String^ get ();
    voidset (String^ value);
}
publicfunction getAuditIdentifierPrefix () : String
publicfunction setAuditIdentifierPrefix (value : String)

Remarks

The audit identifier is generated to be "prefix username:operation"

See Also

AzManAuthorizationProviderData Class

Microsoft.Practices.EnterpriseLibrary.Security.AzMan.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.