Freigeben über


WebProviderTokenRequest.GetApplicationTokenBindingKeyAsync Methode

Definition

Ruft asynchron einen Tokenbindungsschlüssel für die App ab.

public:
 virtual IAsyncOperation<CryptographicKey ^> ^ GetApplicationTokenBindingKeyAsync(TokenBindingKeyType keyType, Uri ^ target) = GetApplicationTokenBindingKeyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<CryptographicKey> GetApplicationTokenBindingKeyAsync(TokenBindingKeyType const& keyType, Uri const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<CryptographicKey> GetApplicationTokenBindingKeyAsync(TokenBindingKeyType keyType, System.Uri target);
function getApplicationTokenBindingKeyAsync(keyType, target)
Public Function GetApplicationTokenBindingKeyAsync (keyType As TokenBindingKeyType, target As Uri) As IAsyncOperation(Of CryptographicKey)

Parameter

keyType
TokenBindingKeyType

Der Typ des abzurufenden Schlüssels.

target
Uri Uri

Der Ziel-URI.

Gibt zurück

Wenn diese Methode abgeschlossen ist, wird ein kryptografischer Schlüssel zurückgegeben.

Attribute

Gilt für: