WebAuthenticationTransferTokenRequest.TransferToken Property
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.
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
The transfer token blob for the request.