WebProviderTokenRequest.GetApplicationTokenBindingKeyIdAsync 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.
Gets an app token binding key Id.
public:
virtual IAsyncOperation<IBuffer ^> ^ GetApplicationTokenBindingKeyIdAsync(TokenBindingKeyType keyType, Uri ^ target) = GetApplicationTokenBindingKeyIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IBuffer> GetApplicationTokenBindingKeyIdAsync(TokenBindingKeyType const& keyType, Uri const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IBuffer> GetApplicationTokenBindingKeyIdAsync(TokenBindingKeyType keyType, System.Uri target);
function getApplicationTokenBindingKeyIdAsync(keyType, target)
Public Function GetApplicationTokenBindingKeyIdAsync (keyType As TokenBindingKeyType, target As Uri) As IAsyncOperation(Of IBuffer)
Parameters
- keyType
- TokenBindingKeyType
The type of token binding key.
Returns
When this method completes, it returns the token binding key Id.
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|