KeyCredential.RequestSignAsync(IBuffer) Method
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.
Prompts the user to cryptographcally sign data using their key credential.
public:
virtual IAsyncOperation<KeyCredentialOperationResult ^> ^ RequestSignAsync(IBuffer ^ data) = RequestSignAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<KeyCredentialOperationResult> RequestSignAsync(IBuffer const& data);
IAsyncOperation<KeyCredentialOperationResult> RequestSignAsync(IBuffer const& data);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<KeyCredentialOperationResult> RequestSignAsync(IBuffer data);
public IAsyncOperation<KeyCredentialOperationResult> RequestSignAsync(IBuffer data);
function requestSignAsync(data)
Public Function RequestSignAsync (data As IBuffer) As IAsyncOperation(Of KeyCredentialOperationResult)
Parameters
- data
- IBuffer
The data to cryptographically sign.
Returns
When this method completes, it returns a key credential operation result.
- Attributes