WebAuthenticationTransferTokenRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request data for a web authentication operation that includes a transfer token.
public ref class WebAuthenticationTransferTokenRequest sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Security.Authentication.Web.Core.IWebAuthenticationTransferTokenRequestFactory, 983040, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WebAuthenticationTransferTokenRequest final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Security.Authentication.Web.Core.IWebAuthenticationTransferTokenRequestFactory), 983040, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WebAuthenticationTransferTokenRequest
function WebAuthenticationTransferTokenRequest(provider, transferToken, correlationId)
Public NotInheritable Class WebAuthenticationTransferTokenRequest
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
Constructors
WebAuthenticationTransferTokenRequest(WebAccountProvider, String, String) |
Initializes a new instance of the WebAuthenticationTransferTokenRequest class. |
WebAuthenticationTransferTokenRequest(WebAccountProvider, String) |
Initializes a new instance of the WebAuthenticationTransferTokenRequest class. |
Properties
CorrelationId |
The correlation identifier for the request, a unique identifier used for tracking authentication-related requests. |
Properties |
A dictionary of properties for the request. |
TransferToken |
Provides access to the transfer token blob. |
WebAccountProvider |
A property to get the WebAccountProvider object that specifies the account authentication provider. |