RemoteSystemConnectionRequest.ConnectionToken Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
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>