WebAuthenticationTransferTokenRequest.TransferToken Property

Definition

Provides access to the transfer token blob.

public:
 property Platform::String ^ TransferToken { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TransferToken();

void TransferToken(winrt::hstring value);
public string TransferToken { get; set; }
var string = webAuthenticationTransferTokenRequest.transferToken;
webAuthenticationTransferTokenRequest.transferToken = string;
Public Property TransferToken As String

Property Value

String

Platform::String

winrt::hstring

The transfer token blob for the request.

Applies to