KeyVaultClient.VerifyAsync Method
Verifies a signature using the specified key
Namespace: Microsoft.KeyVault.Client
Assembly: Microsoft.KeyVault.Client (in Microsoft.KeyVault.Client.dll)
Syntax
'Declaration
[DebuggerStepThroughAttribute]
public Task<bool> VerifyAsync (
string keyIdentifier,
string algorithm,
byte[] digest,
byte[] signature
)
Parameters
- keyIdentifier
The global key identifier of the key used for signing
- algorithm
The signing/verification algorithm
- digest
The digest used for signing
- signature
The signature to be verified
Return Value
true if the signature is verified, false otherwise.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
KeyVaultClient Class
KeyVaultClient Members
Microsoft.KeyVault.Client Namespace