DisableInformationCardCommand.OperateOnInformationCard Method

Namespace: Microsoft.IdentityServer.PowerShell.Commands
Assembly: Microsoft.IdentityServer.PowerShell (in microsoft.identityserver.powershell.dll)

Usage

Syntax

'Declaration
Protected Overrides Function OperateOnInformationCard ( _
    card As InformationCard _
) As InformationCard
protected override InformationCard OperateOnInformationCard (
    InformationCard card
)
protected:
virtual InformationCard^ OperateOnInformationCard (
    InformationCard^ card
) override
protected InformationCard OperateOnInformationCard (
    InformationCard card
)
protected override function OperateOnInformationCard (
    card : InformationCard
) : InformationCard

Parameters

  • card

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

DisableInformationCardCommand Class
DisableInformationCardCommand Members
Microsoft.IdentityServer.PowerShell.Commands Namespace