Exemple #1
0
 /// <summary>
 /// Returns a single credential stored in the given virtual authenticator that
 /// matches the credential ID.
 /// </summary>
 public async Task <GetCredentialCommandResponse> GetCredential(GetCredentialCommand command, CancellationToken cancellationToken = default(CancellationToken), int?millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)
 {
     return(await m_session.SendCommand <GetCredentialCommand, GetCredentialCommandResponse>(command, cancellationToken, millisecondsTimeout, throwExceptionIfResponseNotReceived));
 }