Skip to content

Commit

Permalink
fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
equijano21 committed Dec 16, 2024
1 parent abcb5d2 commit 4fd0f28
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions Yubico.YubiKey/src/Yubico/YubiKey/Piv/PivSession.Pinonly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -513,14 +513,14 @@ private PivPinOnlyMode GetPinDerivedStatus(

/// <summary>
/// Set the YubiKey's PIV application to be PIN-only with a PIN-derived
/// and/or PIN-Protected Triple-DES management key . This sets the
/// and/or PIN-Protected Triple-DES management key. This sets the
/// YubiKey to either
/// <code>
/// PivPinOnlyMode.PinProtected
/// PivPinOnlyMode.PinDerived
/// PivPinOnlyMode.PinProtected | PivPinOnlyMode.PinDerived
/// PivPinOnlyMode.None
/// </code>
/// PivPinOnlyMode.PinProtected
/// PivPinOnlyMode.PinDerived
/// PivPinOnlyMode.PinProtected | PivPinOnlyMode.PinDerived
/// PivPinOnlyMode.None
/// </code>
/// If the YubiKey is set to PinProtected, PinDerived, or both, the PUK
/// will also be blocked.
/// &gt; [!WARNING]
Expand Down Expand Up @@ -572,21 +572,17 @@ private PivPinOnlyMode GetPinDerivedStatus(
/// Set the YubiKey's PIV application to be PIN-only with a PIN-derived
/// and/or PIN-Protected management key of the specified algorithm. This
/// sets the YubiKey to either
/// <code>
/// <code>
/// PivPinOnlyMode.PinProtected
/// PivPinOnlyMode.PinDerived
/// PivPinOnlyMode.PinProtected | PivPinOnlyMode.PinDerived
/// PivPinOnlyMode.None
/// </code>
/// <para>
/// If the YubiKey is set to PinProtected, PinDerived, or both, the PUK
/// will also be blocked.
/// </para>
/// <para>
/// &gt; [!WARNING]
/// &gt; You should not set a YubiKey for PIN-derived, this feature is
/// &gt; provided only for backwards compatibility.
/// </para>
/// </code>
/// If the YubiKey is set to PinProtected, PinDerived, or both, the PUK
/// will also be blocked.
/// &gt; [!WARNING]
/// &gt; You should not set a YubiKey for PIN-derived, this feature is
/// &gt; provided only for backwards compatibility.
/// </summary>
/// <remarks>
/// PIN-only mode means that the application does not need to enter the
Expand Down

0 comments on commit 4fd0f28

Please sign in to comment.