Condividi tramite


RemoteSystemConnectionRequest.ConnectionToken Proprietà

Definizione

Ottiene un token che rende persistenti le informazioni di connessione di un oggetto RemoteSystemConnectionRequest in modo che possa essere connesso a un secondo momento.

public:
 property Platform::String ^ ConnectionToken { Platform::String ^ get(); };
winrt::hstring ConnectionToken();
public string ConnectionToken { get; }
var string = remoteSystemConnectionRequest.connectionToken;
Public ReadOnly Property ConnectionToken As String

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa di ConnectionToken.

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1903 (è stato introdotto in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v8.0)

Si applica a

Vedi anche

  • <xref:Windows.System.RemoteSystems.RemoteSystemConnectionRequest.CreateFromConnectionToken(System.String)%0aM%3aWindows.System.RemoteSystems.RemoteSystemConnectionRequest.CreateFromConnectionTokenForUser(Windows.System.User>