AzureKeyVaultVerifySasTokenAsync Method

Verifies a signature using the key of the company by trying all enabled versions of the key.

Definition

Namespace: MobileTrack.Common.KeyVault
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<bool> VerifySasTokenAsync(
	CompanyDto company,
	string data,
	string signature,
	CancellationToken cancellationToken
)

Parameters

company  CompanyDto
Company to verify for
data  String
Data to verify
signature  String
Signature to check
cancellationToken  CancellationToken
Cancellation token

Return Value

TaskBoolean

[Missing <returns> documentation for "M:MobileTrack.Common.KeyVault.AzureKeyVault.VerifySasTokenAsync(MobileTrack.Common.Models.CompanyDto,System.String,System.String,System.Threading.CancellationToken)"]

Implements

IAzureKeyVaultVerifySasTokenAsync(CompanyDto, String, String, CancellationToken)

See Also