IAzureKeyVaultVerifySasTokenAsync Method
Verifies a signature using the key of the company by trying all enabled versions of the key.
Namespace: MobileTrack.Common.KeyVaultAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<bool> VerifySasTokenAsync(
CompanyDto company,
string data,
string signature,
CancellationToken cancellationToken
)
- company CompanyDto
- Company to verify for
- data String
- Data to verify
- signature String
- Signature to check
- cancellationToken CancellationToken
- Cancellation token
TaskBoolean[Missing <returns> documentation for "M:MobileTrack.Common.KeyVault.IAzureKeyVault.VerifySasTokenAsync(MobileTrack.Common.Models.CompanyDto,System.String,System.String,System.Threading.CancellationToken)"]