C# Class Citrix.XenServer.Commands.ConnectXenServerCommand

Inheritance: System.Management.Automation.PSCmdlet
Show file Open project: xapi-project/xen-api-sdk

Private Properties

Property Type Description
ValidateServerCertificate bool
VerifyInAllStores bool

Public Methods

Method Description
ConnectXenServerCommand ( ) : System

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
ValidateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
VerifyInAllStores ( X509Certificate2 certificate2 ) : bool

Method Details

ConnectXenServerCommand() public method

public ConnectXenServerCommand ( ) : System
return System

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void