Editar

Compartir a través de


Register-PartnerTokenCache

Registers the specified token cache for the module.

Syntax

Register-PartnerTokenCache
        [-Persistent]
        [<CommonParameters>]
Register-PartnerTokenCache
        [-InMemory]
        [<CommonParameters>]

Description

Registers the specified token cache for the module.

Examples

Example 1

PS C:\> Register-PartnerTokenCache -InMemory

Registers the in-memory token cache for the module.

Example 2

PS C:\> Register-PartnerTokenCache -Persistent

Registers the persistent token cache for the module.

Parameters

-InMemory

A flag indicating that the in-memory token cache should be registered.

Type:SwitchParameter
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Persistent

A flag indicating that the persistent token cache should be registered.

Type:SwitchParameter
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object