SetProxyPropertiesCommand.Certificate Property

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

Usage

Syntax

'Declaration
<ParameterAttribute(Mandatory:=False)> _
Public Property Certificate As X509Certificate2
[ParameterAttribute(Mandatory=false)] 
public X509Certificate2 Certificate { get; set; }
[ParameterAttribute(Mandatory=false)] 
public:
property X509Certificate2^ Certificate {
    X509Certificate2^ get ();
    void set (X509Certificate2^ value);
}
/** @property */
public X509Certificate2 get_Certificate ()

/** @property */
public void set_Certificate (X509Certificate2 value)
public function get Certificate () : X509Certificate2

public function set Certificate (value : X509Certificate2)

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

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