Understanding the ISecurity 1.0 Interface

The ISecurity 1.0 interface includes the following authorization methods:
GetCredentials
Returns a handle to a credential. For more information, see GetCredentials.
FreeCredentials
Frees the handle returned by GetCredentials. For more information, see FreeCredentials.
GetAuthorizations
Gets authorization information for a resource, depending on the type of authorization requested. For more information, see GetAuthorizations.
GetIdentity
Gets identity metadata for the specified user. For more information, see GetIdentity.
IsAuthorized
Determines whether an authenticated user is authorized to access a resource with a specific permission. For more information, see IsAuthorized.