GetProxyCertificateCommand Class

This class implements the Get-Proxy cmdlet.

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

Usage

Syntax

'Declaration
<CmdletAttribute("Get", "ADFSProxyCertificate")> _
Public Class GetProxyCertificateCommand
    Inherits Cmdlet
[CmdletAttribute("Get", "ADFSProxyCertificate")] 
public class GetProxyCertificateCommand : Cmdlet
[CmdletAttribute(L"Get", L"ADFSProxyCertificate")] 
public ref class GetProxyCertificateCommand : public Cmdlet
/** @attribute CmdletAttribute("Get", "ADFSProxyCertificate") */ 
public class GetProxyCertificateCommand extends Cmdlet
CmdletAttribute("Get", "ADFSProxyCertificate") 
public class GetProxyCertificateCommand extends Cmdlet

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
      Microsoft.IdentityServer.PowerShell.Commands.GetProxyCertificateCommand

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

GetProxyCertificateCommand Members
Microsoft.IdentityServer.PowerShell.Commands Namespace