Share via


AuthorizedConnectionResult Constructor

Definition

public AuthorizedConnectionResult (string serverPublicKey, string serverAddress, uint serverPort, Guid authorizedConnectionIdentifier, System.Fabric.AuthorizedConnectionKeyType keyType);
new System.Fabric.Description.AuthorizedConnectionResult : string * string * uint32 * Guid * System.Fabric.AuthorizedConnectionKeyType -> System.Fabric.Description.AuthorizedConnectionResult
Public Sub New (serverPublicKey As String, serverAddress As String, serverPort As UInteger, authorizedConnectionIdentifier As Guid, keyType As AuthorizedConnectionKeyType)

Parameters

serverPublicKey
String

Public key of the server

serverAddress
String

IP address of the server

serverPort
UInt32

The port the client should connect on

authorizedConnectionIdentifier
Guid

The guid identifier for the authorized connection

keyType
AuthorizedConnectionKeyType

The public key type

Applies to