WebAuthenticationAddAccountResult.ResponseData 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.
The WebAuthenticationAddAccountResponse data for the WebAuthenticationCoreManager.AddAccountWithTransferTokenAsync operation.
public:
property WebAuthenticationAddAccountResponse ^ ResponseData { WebAuthenticationAddAccountResponse ^ get(); };
WebAuthenticationAddAccountResponse ResponseData();
public WebAuthenticationAddAccountResponse ResponseData { get; }
var webAuthenticationAddAccountResponse = webAuthenticationAddAccountResult.responseData;
Public ReadOnly Property ResponseData As WebAuthenticationAddAccountResponse
Property Value
Contains the response data for an add account operation.