Skip to content

Commit

Permalink
fixed sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
equijano21 committed Sep 5, 2024
1 parent 97a542f commit f1a0f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace Yubico.YubiKey.Piv.Commands
/// GetMetadataResponse metadataResponse = connection.SendCommand(metadataCommand);<br/>
/// if (metadataResponse.Status == ResponseStatus.Success)
/// {
/// PivKeyMetadata keyData = metadataResponse.GetData();
/// PivMetadata keyData = metadataResponse.GetData();
/// }
/// </code>
/// </remarks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Yubico.YubiKey.Piv.Commands
/// GetMetadataResponse metadataResponse = connection.SendCommand(metadataCommand);<br/>
/// if (metadataResponse.Status == ResponseStatus.Success)
/// {
/// PivKeyMetadata keyData = metadataResponse.GetData();
/// PivMetadata keyData = metadataResponse.GetData();
/// }
/// </code>
/// </remarks>
Expand Down

0 comments on commit f1a0f9c

Please sign in to comment.