Compartir a través de


AuthorizedConnectionResult Constructor

Definición

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)

Parámetros

serverPublicKey
String

Clave pública del servidor

serverAddress
String

Dirección IP del servidor

serverPort
UInt32

Puerto en el que se debe conectar el cliente

authorizedConnectionIdentifier
Guid

Identificador guid de la conexión autorizada

keyType
AuthorizedConnectionKeyType

Tipo de clave pública

Se aplica a