UserAuthenticationOperation.Id Proprietà

Definizione

Ottiene un identificatore univoco che rappresenta l'operazione.

Nota

Se si sta sviluppando per Windows 10 o versione successiva, usare invece le API Windows.Security.Authentication.Web.Core. Per altre informazioni, vedere Gestione account Web.

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = userAuthenticationOperation.id;
Public ReadOnly Property Id As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

ID univoco dell'operazione come definito nel manifesto del pacchetto.

Implementazioni

Id

Si applica a