Share via


SecurityCacheReadPerformedEvent.TokenUsed 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.

Gets the contents of the token that is used to read the item from the cache.

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

Syntax

'Declaration
PublicReadOnlyPropertyTokenUsedAs String
public string TokenUsed { get; }
public:
property String^ TokenUsed {
    String^ get ();
}
publicfunction getTokenUsed () : String

See Also

SecurityCacheReadPerformedEvent Class

Microsoft.Practices.EnterpriseLibrary.Security.Instrumentation 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.