Skip to content

Add contributor templates for issues and pull requests (#74) #27

Add contributor templates for issues and pull requests (#74)

Add contributor templates for issues and pull requests (#74) #27

GitHub Actions / Test Results succeeded Apr 16, 2024 in 0s

All 3 615 tests pass in 2s

    2 files  ±0      2 suites  ±0   2s ⏱️ ±0s
3 615 tests ±0  3 615 ✅ ±0  0 💤 ±0  0 ❌ ±0 
3 617 runs  ±0  3 617 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 13aea4b. ± Comparison against earlier commit 043119a.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

3615 tests found (test 1 to 573)

There are 3615 tests, see "Raw output" for the list of tests 1 to 573.
Raw output
Yubico.Core.Buffers.Base16Tests ‑ TestDecodeBase16
Yubico.Core.Buffers.Base16Tests ‑ TestDecodeVaryingCase
Yubico.Core.Buffers.Base16Tests ‑ TestEncodeModHex
Yubico.Core.Buffers.Base32Tests ‑ TestDecodeEmpty
Yubico.Core.Buffers.Base32Tests ‑ TestDecodeString(expectedString: "f", source: "MY======")
Yubico.Core.Buffers.Base32Tests ‑ TestDecodeString(expectedString: "fo", source: "MZXQ====")
Yubico.Core.Buffers.Base32Tests ‑ TestDecodeString(expectedString: "foo", source: "MZXW6===")
Yubico.Core.Buffers.Base32Tests ‑ TestDecodeString(expectedString: "foob", source: "MZXW6YQ=")
Yubico.Core.Buffers.Base32Tests ‑ TestDecodeString(expectedString: "fooba", source: "MZXW6YTB")
Yubico.Core.Buffers.Base32Tests ‑ TestDecodeString(expectedString: "foobar", source: "MZXW6YTBOI======")
Yubico.Core.Buffers.Base32Tests ‑ TestEncodeData(source: "f", expected: "MY======")
Yubico.Core.Buffers.Base32Tests ‑ TestEncodeData(source: "fo", expected: "MZXQ====")
Yubico.Core.Buffers.Base32Tests ‑ TestEncodeData(source: "foo", expected: "MZXW6===")
Yubico.Core.Buffers.Base32Tests ‑ TestEncodeData(source: "foob", expected: "MZXW6YQ=")
Yubico.Core.Buffers.Base32Tests ‑ TestEncodeData(source: "fooba", expected: "MZXW6YTB")
Yubico.Core.Buffers.Base32Tests ‑ TestEncodeData(source: "foobar", expected: "MZXW6YTBOI======")
Yubico.Core.Buffers.Base32Tests ‑ TestEncodeEmpty
Yubico.Core.Buffers.Base32Tests ‑ TestSuccessfulBoundries(expected: [0, 69], encoded: "ABCZ")
Yubico.Core.Buffers.Base32Tests ‑ TestSuccessfulBoundries(expected: [0, 69], encoded: "aBCz")
Yubico.Core.Buffers.Base32Tests ‑ TestSuccessfulBoundries(expected: [156], encoded: "TT")
Yubico.Core.Buffers.Base32Tests ‑ TestSuccessfulBoundries(expected: [214, 249], encoded: "2347")
Yubico.Core.Buffers.Base32Tests ‑ TestThrowsNullArgumentException
Yubico.Core.Buffers.Base32Tests ‑ TestUnsuccessfulBoundries(encoded: "1234")
Yubico.Core.Buffers.Base32Tests ‑ TestUnsuccessfulBoundries(encoded: "5678")
Yubico.Core.Buffers.Base32Tests ‑ TestUnsuccessfulBoundries(encoded: "@ABC")
Yubico.Core.Buffers.Base32Tests ‑ TestUnsuccessfulBoundries(encoded: "XYZ[")
Yubico.Core.Buffers.Base32Tests ‑ TestUnsuccessfulBoundries(encoded: "`abc")
Yubico.Core.Buffers.Base32Tests ‑ TestUnsuccessfulBoundries(encoded: "xyz{")
Yubico.Core.Buffers.BcdTests ‑ TestDecodeBcd
Yubico.Core.Buffers.BcdTests ‑ TestEncodeBcd
Yubico.Core.Buffers.BcdTests ‑ TestInvalidBytes(data: [0, 0, 0, 0, 0, ···])
Yubico.Core.Buffers.BcdTests ‑ TestInvalidBytes(data: [0, 10])
Yubico.Core.Buffers.BcdTests ‑ TestInvalidBytes(data: [15])
Yubico.Core.Buffers.BcdTests ‑ TestInvalidBytes(data: [160])
Yubico.Core.Buffers.BcdTests ‑ TestInvalidCharacters(encoded: " 000000")
Yubico.Core.Buffers.BcdTests ‑ TestInvalidCharacters(encoded: "0000f000")
Yubico.Core.Buffers.BcdTests ‑ TestInvalidCharacters(encoded: "I Am Legend!")
Yubico.Core.Buffers.BcdTests ‑ TestThrowsNullArgumentException
Yubico.Core.Buffers.BcdTests ‑ TestUnevenStrings(encoded: "0")
Yubico.Core.Buffers.BcdTests ‑ TestUnevenStrings(encoded: "000")
Yubico.Core.Buffers.BcdTests ‑ TestUnevenStrings(encoded: "00000")
Yubico.Core.Buffers.BcdTests ‑ TestUnevenStrings(encoded: "000000000")
Yubico.Core.Buffers.BcdTests ‑ TestUnevenStrings(encoded: "000000000000000")
Yubico.Core.Buffers.BcdTests ‑ TestUnevenStrings(encoded: "00000000000000000")
Yubico.Core.Buffers.ModHexTests ‑ TestDecodeModHex
Yubico.Core.Buffers.ModHexTests ‑ TestDecodeVaryingCase
Yubico.Core.Buffers.ModHexTests ‑ TestEncodeModHex
Yubico.Core.Buffers.MultiStringTests ‑ GetBytes_EmptyArray_ReturnsEmptyArray
Yubico.Core.Buffers.MultiStringTests ‑ GetBytes_MultipleStrings_SeparatedByNullAndEndsInDoubleNull
Yubico.Core.Buffers.MultiStringTests ‑ GetBytes_OneString_ReturnsArrayWithDoubleNullEnding
Yubico.Core.Buffers.MultiStringTests ‑ GetStrings_EmptyASCII_ReturnsZeroLengthArray
Yubico.Core.Buffers.MultiStringTests ‑ GetStrings_MultipleASCIIString_ReturnsArray
Yubico.Core.Buffers.MultiStringTests ‑ GetStrings_SingleASCIIStringDoubleNull_ReturnsSingleElementArray
Yubico.Core.Cryptography.AesGcmTests ‑ Encrypt_Decrypt_Succeeds
Yubico.Core.Cryptography.AesGcmTests ‑ Instantiate_Succeeds
Yubico.Core.Cryptography.AesGcmTests ‑ RandomValues_Succeed
Yubico.Core.Cryptography.BnTests ‑ CreateBn_Succeeds
Yubico.Core.Cryptography.ComputeSharedSecretTests ‑ ComputeSecret_Matches(curveNum: 0)
Yubico.Core.Cryptography.ComputeSharedSecretTests ‑ ComputeSecret_Matches(curveNum: 1)
Yubico.Core.Cryptography.ComputeSharedSecretTests ‑ ComputeSecret_Matches(curveNum: 2)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_PrivateValueSet(curveNum: 0)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_PrivateValueSet(curveNum: 1)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_PrivateValueSet(curveNum: 2)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_XCoordinateSet(curveNum: 0)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_XCoordinateSet(curveNum: 1)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_XCoordinateSet(curveNum: 2)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_YCoordinateSet(curveNum: 0)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_YCoordinateSet(curveNum: 1)
Yubico.Core.Cryptography.GenerateKeyPairTests ‑ Generate_YCoordinateSet(curveNum: 2)
Yubico.Core.Devices.Hid.UnitTests.HidDeviceListenerTests ‑ ClearEventHandlers_WithEventListeners_DoesNotRaiseEvent
Yubico.Core.Devices.Hid.UnitTests.HidDeviceListenerTests ‑ ClearEventHandlers_WithNoListeners_Succeeds
Yubico.Core.Devices.Hid.UnitTests.HidDeviceListenerTests ‑ Create_ReturnsInstanceOfListener
Yubico.Core.Devices.Hid.UnitTests.HidDeviceListenerTests ‑ OnArrived_WithEventListener_RaisesArrivedEvent
Yubico.Core.Devices.Hid.UnitTests.HidDeviceListenerTests ‑ OnArrived_WithNoListeners_NoOps
Yubico.Core.Devices.Hid.UnitTests.HidDeviceListenerTests ‑ OnRemoved_WithEventListener_RaisesRemovedEvent
Yubico.Core.Devices.Hid.UnitTests.HidDeviceListenerTests ‑ OnRemoved_WithNoListeners_NoOps
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetChar_GivenHidCode_ReturnsCorrectChar(layout: ModHex, testData: [Tuple ('b', 5), Tuple ('B', 133), Tuple ('c', 6), Tuple ('C', 134), Tuple ('d', 7), ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetChar_GivenHidCode_ReturnsCorrectChar(layout: de_DE, testData: [Tuple ('a', 4), Tuple ('A', 132), Tuple ('b', 5), Tuple ('B', 133), Tuple ('c', 6), ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetChar_GivenHidCode_ReturnsCorrectChar(layout: en_UK, testData: [Tuple ('a', 4), Tuple ('A', 132), Tuple ('b', 5), Tuple ('B', 133), Tuple ('c', 6), ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetChar_GivenHidCode_ReturnsCorrectChar(layout: en_US, testData: [Tuple ('a', 4), Tuple ('A', 132), Tuple ('b', 5), Tuple ('B', 133), Tuple ('c', 6), ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetChar_GivenHidCode_ReturnsCorrectChar(layout: es_US, testData: [Tuple ('a', 4), Tuple ('A', 132), Tuple ('b', 5), Tuple ('B', 133), Tuple ('c', 6), ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetChar_GivenHidCode_ReturnsCorrectChar(layout: fr_FR, testData: [Tuple ('q', 4), Tuple ('Q', 132), Tuple ('b', 5), Tuple ('B', 133), Tuple ('c', 6), ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetChar_GivenHidCode_ReturnsCorrectChar(layout: it_IT, testData: [Tuple ('a', 4), Tuple ('A', 132), Tuple ('b', 5), Tuple ('B', 133), Tuple ('c', 6), ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetChar_GivenHidCode_ReturnsCorrectChar(layout: sv_SE, testData: [Tuple ('a', 4), Tuple ('A', 132), Tuple ('b', 5), Tuple ('B', 133), Tuple ('c', 6), ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenCharArray_ReturnsCorrectCodes(layout: de_DE, expected: [157, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenCharArray_ReturnsCorrectCodes(layout: en_UK, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenCharArray_ReturnsCorrectCodes(layout: en_US, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenCharArray_ReturnsCorrectCodes(layout: es_US, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenCharArray_ReturnsCorrectCodes(layout: fr_FR, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenCharArray_ReturnsCorrectCodes(layout: it_IT, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenCharArray_ReturnsCorrectCodes(layout: sv_SE, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenKeyboardLayout_ReturnsCorrectInstance(layout: ModHex)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenKeyboardLayout_ReturnsCorrectInstance(layout: de_DE)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenKeyboardLayout_ReturnsCorrectInstance(layout: en_UK)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenKeyboardLayout_ReturnsCorrectInstance(layout: en_US)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenKeyboardLayout_ReturnsCorrectInstance(layout: es_US)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenKeyboardLayout_ReturnsCorrectInstance(layout: fr_FR)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenKeyboardLayout_ReturnsCorrectInstance(layout: it_IT)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenKeyboardLayout_ReturnsCorrectInstance(layout: sv_SE)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenString_ReturnsCorrectCodes(layout: de_DE, expected: [157, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenString_ReturnsCorrectCodes(layout: en_UK, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenString_ReturnsCorrectCodes(layout: en_US, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenString_ReturnsCorrectCodes(layout: es_US, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenString_ReturnsCorrectCodes(layout: fr_FR, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenString_ReturnsCorrectCodes(layout: it_IT, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetHidCodes_GivenString_ReturnsCorrectCodes(layout: sv_SE, expected: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetString_GivenHidCodes_ReturnsCorrectString(layout: de_DE, input: [157, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetString_GivenHidCodes_ReturnsCorrectString(layout: en_UK, input: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetString_GivenHidCodes_ReturnsCorrectString(layout: en_US, input: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetString_GivenHidCodes_ReturnsCorrectString(layout: es_US, input: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetString_GivenHidCodes_ReturnsCorrectString(layout: fr_FR, input: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetString_GivenHidCodes_ReturnsCorrectString(layout: it_IT, input: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ GetString_GivenHidCodes_ReturnsCorrectString(layout: sv_SE, input: [156, 24, 5, 12, 6, ···])
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexChars(layout: de_DE)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexChars(layout: en_UK)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexChars(layout: en_US)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexChars(layout: es_US)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexChars(layout: fr_FR)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexChars(layout: it_IT)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexChars(layout: sv_SE)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexCodes(layout: de_DE)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexCodes(layout: en_UK)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexCodes(layout: en_US)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexCodes(layout: es_US)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexCodes(layout: fr_FR)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexCodes(layout: it_IT)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexCodes(layout: sv_SE)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexString(layout: de_DE)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexString(layout: en_UK)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexString(layout: en_US)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexString(layout: es_US)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexString(layout: fr_FR)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexString(layout: it_IT)
Yubico.Core.Devices.Hid.UnitTests.HidTranslatorTests ‑ TestSpecializedKeyboardSupportsModhexString(layout: sv_SE)
Yubico.Core.Devices.SmartCard.UnitTests.SmartCardDeviceListenerTests ‑ ClearEventHandlers_WithEventListeners_DoesNotRaiseEvent
Yubico.Core.Devices.SmartCard.UnitTests.SmartCardDeviceListenerTests ‑ ClearEventHandlers_WithNoListeners_Succeeds
Yubico.Core.Devices.SmartCard.UnitTests.SmartCardDeviceListenerTests ‑ Create_ReturnsInstanceOfListener
Yubico.Core.Devices.SmartCard.UnitTests.SmartCardDeviceListenerTests ‑ OnArrived_WithEventListener_RaisesArrivedEvent
Yubico.Core.Devices.SmartCard.UnitTests.SmartCardDeviceListenerTests ‑ OnArrived_WithNoListeners_NoOps
Yubico.Core.Devices.SmartCard.UnitTests.SmartCardDeviceListenerTests ‑ OnRemoved_WithEventListener_RaisesRemovedEvent
Yubico.Core.Devices.SmartCard.UnitTests.SmartCardDeviceListenerTests ‑ OnRemoved_WithNoListeners_NoOps
Yubico.Core.Iso7816.UnitTests.AnswerToResetTests ‑ Equality_DifferentInstanceSameValue_IsEqual
Yubico.Core.Iso7816.UnitTests.AnswerToResetTests ‑ Equality_DifferentValues_AreNotEqual
Yubico.Core.Iso7816.UnitTests.AnswerToResetTests ‑ Equality_SameInstance_EqualToItself
Yubico.Core.Iso7816.UnitTests.AnswerToResetTests ‑ ToString_PrettyPrintsAtrValue
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_ClaInsP1P2Set_EmitsCorrectFourByteHeader
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_Data0Length_EmitsFourByteHeader
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_DefaultApdu_EmitsFourByteHeader
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSetNeSet_EmitsCorrectApduExtended(nc: 1, expectedLc: [0, 0, 1], ne: 257, expectedLe: [1, 1])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSetNeSet_EmitsCorrectApduExtended(nc: 257, expectedLc: [0, 1, 1], ne: 1, expectedLe: [0, 1])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSetNeSet_EmitsCorrectApduExtended(nc: 257, expectedLc: [0, 1, 1], ne: 257, expectedLe: [1, 1])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSetNeSet_EmitsCorrectApduExtended(nc: 4660, expectedLc: [0, 18, 52], ne: 4660, expectedLe: [18, 52])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSetNeSet_EmitsCorrectApduExtended(nc: 65536, expectedLc: [0, 0, 0], ne: 65536, expectedLe: [0, 0])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSetNeSet_EmitsCorrectApduShort(nc: 1, expectedLc: [1], ne: 1, expectedLe: [1])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSetNeSet_EmitsCorrectApduShort(nc: 18, expectedLc: [18], ne: 18, expectedLe: [18])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSetNeSet_EmitsCorrectApduShort(nc: 256, expectedLc: [0], ne: 256, expectedLe: [0])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSet_EmitsCorrectApduExtended(nc: 257, expectedLc: [0, 1, 1])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSet_EmitsCorrectApduExtended(nc: 4660, expectedLc: [0, 18, 52])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSet_EmitsCorrectApduExtended(nc: 65536, expectedLc: [0, 0, 0])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSet_EmitsCorrectApduShort(nc: 1, expectedLc: [1])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSet_EmitsCorrectApduShort(nc: 18, expectedLc: [18])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetDataSet_EmitsCorrectApduShort(nc: 256, expectedLc: [0])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetNeSet_EmitsCorrectApduExtended(ne: 257, expectedLe: [0, 1, 1])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetNeSet_EmitsCorrectApduExtended(ne: 4660, expectedLe: [0, 18, 52])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetNeSet_EmitsCorrectApduExtended(ne: 65536, expectedLe: [0, 0, 0])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetNeSet_EmitsCorrectApduShort(ne: 1, expectedLe: [1])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetNeSet_EmitsCorrectApduShort(ne: 18, expectedLe: [18])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_HeaderSetNeSet_EmitsCorrectApduShort(ne: 256, expectedLe: [0])
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_NcLargerThanExtendedMax_ThrowsInvalidOperationException
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsByteArray_NeLargerThanExtendedMax_ThrowsInvalidOperationException
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsEncodingByteArray_InvalidApduEncoding_ThrowsArgumentOutOfRangeException
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsEncodingByteArray_NeSetIntMaxValue_EmitsCorrectApduMaxNe(apduEncoding: ExtendedLength)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsEncodingByteArray_NeSetIntMaxValue_EmitsCorrectApduMaxNe(apduEncoding: ShortLength)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsExtendedByteArray_DataAndNeShortSize_EmitsCorrectApduExtended
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsExtendedByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 0, ne: 65537)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsExtendedByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 256, ne: 65537)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsExtendedByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 65537, ne: 0)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsExtendedByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 65537, ne: 256)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsExtendedByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 65537, ne: 65537)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsShortByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 0, ne: 65536)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsShortByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 256, ne: 65536)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsShortByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 65536, ne: 0)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsShortByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 65536, ne: 256)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ AsShortByteArray_NcAndOrNeInvalidSize_ThrowsInvalidOperationException(nc: 65536, ne: 65536)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Cla_GetAfterSet_ReturnsSameValue
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Cla_InitialValue_IsZero
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Data_GetAfterEmptySet_ReturnsSameListValues
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Data_GetAfterSet_ReturnsSameListValues
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Data_InitialValue_IsEmpty
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Ins_GetAfterSet_ReturnsSameValue
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Ins_InitialValue_IsZero
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Nc_ApduWithEmptyData_IsZero
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Nc_ApduWithNoData_IsZero
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Nc_ApduWithNonZeroData_ReturnsLengthOfData
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Ne_GetAfterSet_ReturnsSameValue(ne: 0)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Ne_GetAfterSet_ReturnsSameValue(ne: 2147483647)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Ne_GetAfterSet_ReturnsSameValue(ne: 4660)
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Ne_InitialValue_IsZero
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ Ne_SetNegative_ThrowsArgumentOutOfRangeException
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ P1_GetAfterSet_ReturnsSameValue
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ P1_InitialValue_IsZero
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ P2_GetAfterSet_ReturnsSameValue
Yubico.Core.Iso7816.UnitTests.CommandApduTests ‑ P2_InitialValue_IsZero
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ DataConstructor_GivenNullResponseData_ThrowsArgumentNullException
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ DataConstructor_GivenSmallResponse_ThrowsArgumentException
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ DataSWConstructor_GivenData_ReflectedInDataProperty
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ DataSWConstructor_GivenNullResponseData_ThrowsArgumentNullException
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ DataSWConstructor_GivenSW_ReflectedInSWProperty
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ DataSWConstructor_GivenZeroLengthData_Succeeds
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ Data_GivenLargerThanTwoByteResponse_ReturnsArrayDataExceptStatusWord
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ Data_GivenTwoByteResponse_IsEmptyArray
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ SW1_GivenResponseApdu_MatchesUpperByteOfSW
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ SW1_GivenResponseApdu_ReturnsUpperStatusByte
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ SW2_GivenResponseApdu_MatchesLowerByteOfSW
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ SW2_GivenResponseApdu_ReturnsLowerStatusByte
Yubico.Core.Iso7816.UnitTests.ResponseApduTests ‑ SW_GivenResponseApdu_ReturnsCorrectStatusWord
Yubico.Core.Tlv.UnitTests.TlvExceptionTests ‑ Constructor_GivenInnerException_SetsInnerExceptionProperty
Yubico.Core.Tlv.UnitTests.TlvExceptionTests ‑ Constructor_GivenMessageParameter_SetsMessageProperty
Yubico.Core.Tlv.UnitTests.TlvExceptionTests ‑ Constructor_GivenNoParameters_ReturnsCorrectException
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ HasData_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 128)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 132)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 144)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 145)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 162)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 179)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 209)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 226)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidFirstByte_ThrowsException(firstByte: 243)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidTagLength_ThrowsException(tagLength: -1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidTagLength_ThrowsException(tagLength: 0)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_InvalidTagLength_ThrowsException(tagLength: 3)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_NotEnoughData_ThrowsException(count: 1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_NotEnoughData_ThrowsException(count: 2)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_NotEnoughData_ThrowsException(count: 3)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 1, length: 0)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 1, length: 128)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 1, length: 256)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 1, length: 3224115)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 1, length: 65535)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 2, length: 127)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 2, length: 129)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 2, length: 16777215)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 2, length: 4386)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_ReturnsCorrect(tagLength: 2, length: 65536)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekLength_TagOnly_ThrowsException
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_InvalidTagLength_ThrowsException(tagLength: -1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_InvalidTagLength_ThrowsException(tagLength: 0)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_InvalidTagLength_ThrowsException(tagLength: 3)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_NotEnoughData_ThrowsException(tagLength: 1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_NotEnoughData_ThrowsException(tagLength: 2)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_ReturnsCorrect(encoding0: 1, encoding1: 0, tagLength: 1, tag: 1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_ReturnsCorrect(encoding0: 122, encoding1: 0, tagLength: 1, tag: 122)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_ReturnsCorrect(encoding0: 155, encoding1: 0, tagLength: 1, tag: 155)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_ReturnsCorrect(encoding0: 255, encoding1: 254, tagLength: 2, tag: 65534)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_ReturnsCorrect(encoding0: 255, encoding1: 255, tagLength: 2, tag: 65535)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ PeekTag_ReturnsCorrect(encoding0: 95, encoding1: 17, tagLength: 2, tag: 24337)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadASCII_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadByte_InvalidLength_RestoresOffset
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadByte_InvalidLength_ThrowsException(length: 0)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadByte_InvalidLength_ThrowsException(length: 2)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadByte_ReturnsCorrect(value: 1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadByte_ReturnsCorrect(value: 127)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadByte_ReturnsCorrect(value: 128)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadByte_ReturnsCorrect(value: 129)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadByte_ReturnsCorrect(value: 255)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadEncoded_InvalidLength_ThrowsException
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadEncoded_Multiple_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadEncoded_NotEnoughData_ThrowsException
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadEncoded_Simple_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_InvalidLength_RestoresOffset
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_InvalidLength_ThrowsException(length: 0)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_InvalidLength_ThrowsException(length: 1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_InvalidLength_ThrowsException(length: 3)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: -1, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: -1, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: -32257, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: -32257, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: -32768, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: -32768, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: 0, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: 0, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: 1, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: 1, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: 127, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt16_ReturnsCorrect(value: 127, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_InvalidLength_RestoresOffset
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_InvalidLength_ThrowsException(length: 0)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_InvalidLength_ThrowsException(length: 1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_InvalidLength_ThrowsException(length: 2)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_InvalidLength_ThrowsException(length: 3)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_InvalidLength_ThrowsException(length: 5)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: -1, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: -1, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: -32002, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: -32002, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: 0, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: 0, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: 1, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: 1, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: 2146290601, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadInt32_ReturnsCorrect(value: 2146290601, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadNestedTlv_Complex_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadNestedTlv_Simple_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadString_NullEncoding_ThrowsExcpetion
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_InvalidLength_RestoresOffset
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_InvalidLength_ThrowsException(length: 0)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_InvalidLength_ThrowsException(length: 1)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_InvalidLength_ThrowsException(length: 3)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 0, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 0, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 1, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 1, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 127, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 127, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 32768, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 32768, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 33279, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 33279, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 65535, bigEndian: False)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUInt16_ReturnsCorrect(value: 65535, bigEndian: True)
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadUTF8_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadValue_Multiple_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadValue_NotEnoughData_ThrowsException
Yubico.Core.Tlv.UnitTests.TlvReaderTests ‑ ReadValue_Simple_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TlvTryRead_MultipleValues_Correct
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadByte
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadInt16
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadInt16_LittleEndian
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadInt32
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadInt32_LittleEndian
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadNested
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadString
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadUInt16
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadUInt16_LittleEndian
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadValue
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ Tlv_TryReadValue_ReturnsCorrectValue
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadByte_LengthTwo_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadByte_LengthZero_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadInt16_LengthOne_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadInt16_LengthZero_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadInt32_LengthFive_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadInt32_LengthFive_RewindsCorrect
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadInt32_LengthOne_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadInt32_LengthThree_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadInt32_LengthTwo_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadInt32_LengthZero_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadNested_WrongTag_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadUInt16_LengthOne_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadUInt16_LengthZero_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadValue_InvalidLength_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadValue_NotEnoughData_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadValue_TwoByteLength
Yubico.Core.Tlv.UnitTests.TlvTryTests ‑ TryReadValue_WrongTag_ReturnsFalse
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ASCIIString_Encode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ AddByte_Encode_ReturnsCorrectEncoding
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ AddInt16Endian_Encode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ AddInt16_TryEncode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ AddInt32Endian_Encode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ AddInt32_TryEncode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ AddUInt16Endian_Encode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ AddUInt16_TryEncode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ AddValueEncoded_Encode_ReturnsCorrectEncoding
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ComputTagLength_Valid_ReturnsCorrect(tag: 1, length: 1)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ComputTagLength_Valid_ReturnsCorrect(tag: 1, length: 128)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ComputTagLength_Valid_ReturnsCorrect(tag: 122, length: 255)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ComputTagLength_Valid_ReturnsCorrect(tag: 17, length: 256)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ComputTagLength_Valid_ReturnsCorrect(tag: 24337, length: 127)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ComputTagLength_Valid_ReturnsCorrect(tag: 34, length: 65535)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ComputTagLength_Valid_ReturnsCorrect(tag: 51, length: 65536)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ ComputTagLength_Valid_ReturnsCorrect(tag: 68, length: 16777215)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ Encode_IncompleteSchema_ThrowsException
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ GetEncodedLength_IncompleteSchema_ThrowsException
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ NestedInNested_TryEncode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ SimpleNested_Encode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 1)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 10)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 11)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 12)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 13)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 14)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 2)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 3)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 4)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 5)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 6)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 7)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 8)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ TryEncode_BufferTooSmall_ReturnsFalse(decrement: 9)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ UTF8String_Encode_ReturnsCorrect
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyLength_Invalid_ThrowsException(length: -2)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyLength_Invalid_ThrowsException(length: 16777216)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyLength_Valid_Returns(length: 0)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyLength_Valid_Returns(length: 1)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyLength_Valid_Returns(length: 127)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyLength_Valid_Returns(length: 128)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyLength_Valid_Returns(length: 16777215)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyLength_Valid_Returns(length: 256)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyTag_Invalid_ThrowsException(tag: -1)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyTag_Invalid_ThrowsException(tag: 6230273)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyTag_Invalid_ThrowsException(tag: 65536)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyTag_Valid_Returns(tag: 1)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyTag_Valid_Returns(tag: 122)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyTag_Valid_Returns(tag: 155)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ VerifyTag_Valid_Returns(tag: 24337)
Yubico.Core.Tlv.UnitTests.TlvWriterTests ‑ WriteString_NullEncoding_ThrowsExcpetion
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Fido2)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: FidoU2f)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525735+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Otp)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Any, LastAccessed = 2024-04-16T14:07:47.2526541+00:00, ParentDeviceId = null, Path = "" }, application: Fido2)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Any, LastAccessed = 2024-04-16T14:07:47.2526541+00:00, ParentDeviceId = null, Path = "" }, application: FidoU2f)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Any, LastAccessed = 2024-04-16T14:07:47.2526541+00:00, ParentDeviceId = null, Path = "" }, application: Management)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Any, LastAccessed = 2024-04-16T14:07:47.2526541+00:00, ParentDeviceId = null, Path = "" }, application: Oath)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Any, LastAccessed = 2024-04-16T14:07:47.2526541+00:00, ParentDeviceId = null, Path = "" }, application: OpenPgp)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Any, LastAccessed = 2024-04-16T14:07:47.2526541+00:00, ParentDeviceId = null, Path = "" }, application: Otp)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Any, LastAccessed = 2024-04-16T14:07:47.2526541+00:00, ParentDeviceId = null, Path = "" }, application: Piv)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Any, LastAccessed = 2024-04-16T14:07:47.2526541+00:00, ParentDeviceId = null, Path = "" }, application: YubiHsmAuth)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenSupportedTuple_ReturnsTrue(device: TestSmartCardDevice { Atr = null, Kind = Nfc, LastAccessed = 2024-04-16T14:07:47.2526687+00:00, ParentDeviceId = null, Path = "" }, application: OtpNdef)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Management)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Oath)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: OpenPgp)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Otp)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: OtpNdef)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Piv)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525527+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: YubiHsmAuth)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525735+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Management)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525735+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Oath)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525735+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: OpenPgp)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525735+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: OtpNdef)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525735+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: Piv)
Yubico.YubiKey.ConnectionManagerTests ‑ DeviceSupportsApplication_GivenUnsupportedTuple_ReturnsFalse(device: TestHidDevice { LastAccessed = 2024-04-16T14:07:47.2525735+00:00, ParentDeviceId = null, Path = "", ProductId = 0, Usage = 0, ··· }, application: YubiHsmAuth)
Yubico.YubiKey.ConnectionManagerTests ‑ EndConnection_NoOpenConnections_ThrowsNotFoundException
Yubico.YubiKey.ConnectionManagerTests ‑ EndConnection_OpenConnectionToSameYubiKey_AllowsNewConnection
Yubico.YubiKey.ConnectionManagerTests ‑ Instance_ReturnsSameInstanceOfConnectionManager
Yubico.YubiKey.ConnectionManagerTests ‑ TryCreateConnectionOverload_NoOpenConnections_ReturnsTrueAndConnection
Yubico.YubiKey.ConnectionManagerTests ‑ TryCreateConnectionOverload_OpenConnectionToDifferentYubiKey_ReturnsTrueAndConnection
Yubico.YubiKey.ConnectionManagerTests ‑ TryCreateConnectionOverload_OpenConnectionToSameYubiKey_ReturnsFalseAndNull
Yubico.YubiKey.ConnectionManagerTests ‑ TryCreateConnection_NoOpenConnections_ReturnsTrueAndConnection
Yubico.YubiKey.ConnectionManagerTests ‑ TryCreateConnection_OpenConnectionToDifferentYubiKey_ReturnsTrueAndConnection
Yubico.YubiKey.ConnectionManagerTests ‑ TryCreateConnection_OpenConnectionToSameYubiKey_ReturnsFalseAndNull
Yubico.YubiKey.Cryptography.AesCmacLongKeyTests ‑ Aes192Cmac_NistVector_CalculatesCorrectly
Yubico.YubiKey.Cryptography.AesCmacLongKeyTests ‑ Aes256Cmac_NistVector_CalculatesCorrectly
Yubico.YubiKey.Cryptography.AesCmacTests ‑ AesCmac_GivenKeyInput_CalculatesCorrectly
Yubico.YubiKey.Cryptography.AesCmacTests ‑ AesCmac_GivenKeyLongInput_CalculatesCorrectly
Yubico.YubiKey.Cryptography.AesCmacTests ‑ AesCmac_GivenKeyShortInput_CalculatesCorrectly
Yubico.YubiKey.Cryptography.AesCmacTests ‑ AesCmac_GivenNullKey_ThrowsArgumentNullException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesBlockCipher_GivenKeyPlaintext_EncryptsCorrectly
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesBlockCipher_GivenKeyWrongLength_ThrowsArgumentException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesBlockCipher_GivenNullKey_ThrowsArgumentNullException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesBlockCipher_GivenPlaintextWrongLength_ThrowsArgumentException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcDecrypt_GivenCiphertextWrongLength_ThrowsArgumentException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcDecrypt_GivenIVWrongLength_ThrowsArgumentException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcDecrypt_GivenKeyIVCiphertext_EncryptsCorrectly
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcDecrypt_GivenKeyWrongLength_ThrowsArgumentException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcDecrypt_GivenNullIV_ThrowsArgumentNullException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcDecrypt_GivenNullKey_ThrowsArgumentNullException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcEncrypt_GivenIVWrongLength_ThrowsArgumentException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcEncrypt_GivenKeyIVPlaintext_EncryptsCorrectly
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcEncrypt_GivenKeyWrongLength_ThrowsArgumentException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcEncrypt_GivenNullIV_ThrowsArgumentNullException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcEncrypt_GivenNullKey_ThrowsArgumentNullException
Yubico.YubiKey.Cryptography.AesUtilitiesTests ‑ AesCbcEncrypt_GivenPlaintextWrongLength_ThrowsArgumentException
Yubico.YubiKey.Cryptography.EcdsaVerifyTests ‑ Cert_Verify_Succeeds
Yubico.YubiKey.Cryptography.EcdsaVerifyTests ‑ CoseKey_Verify_Succeeds
Yubico.YubiKey.Cryptography.EcdsaVerifyTests ‑ ECDsa_Verify_Succeeds
Yubico.YubiKey.Cryptography.EcdsaVerifyTests ‑ EncodedKey_Verify_Succeeds
Yubico.YubiKey.Cryptography.EcdsaVerifyTests ‑ PivKey_Verify_Succeeds
Yubico.YubiKey.Cryptography.KeyEntryDataTests ‑ Constructor_ClearSucceeds
Yubico.YubiKey.Cryptography.KeyEntryDataTests ‑ Constructor_IsRetryIsFalse
Yubico.YubiKey.Cryptography.KeyEntryDataTests ‑ Constructor_RequestIsRelease
Yubico.YubiKey.Cryptography.KeyEntryDataTests ‑ Constructor_RetriesNull
Yubico.YubiKey.Cryptography.KeyEntryDataTests ‑ SetRetries_Succeeds
Yubico.YubiKey.Cryptography.KeyEntryDataTests ‑ SubmitValue_Succeeds
Yubico.YubiKey.Cryptography.KeyEntryDataTests ‑ SubmitValues_Succeeds
Yubico.YubiKey.Cryptography.KeyEntryDataTests ‑ Submit_Clear_Succeeds
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ FormatP1Sign_WrongDigestLength_Exception(digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ FormatP1Sign_WrongDigestLength_Exception(digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ FormatP1Sign_WrongDigestLength_Exception(digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ FormatP1Sign_WrongDigestLength_Exception(digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ FormatP1Sign_WrongDigestLength_Exception(digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ FormatP1Sign_WrongDigestLength_Exception(digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ FormatP1Sign_WrongDigestLength_Exception(digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ FormatPss_InvalidPS_Exception
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_P15Encrypt_TooMuchData_Exception(keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_P15Encrypt_TooMuchData_Exception(keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongDigestAlg_Exception(format: 1, digestAlgorithm: 101, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongDigestAlg_Exception(format: 1, digestAlgorithm: 102, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongDigestAlg_Exception(format: 2, digestAlgorithm: 103, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongDigestAlg_Exception(format: 2, digestAlgorithm: 104, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongDigestAlg_Exception(format: 4, digestAlgorithm: 105, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongDigestAlg_Exception(format: 4, digestAlgorithm: 106, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongKeySize_Exception(format: 1, keySize: 3072)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongKeySize_Exception(format: 1, keySize: 4096)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongKeySize_Exception(format: 2, keySize: 1023)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongKeySize_Exception(format: 2, keySize: 2047)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongKeySize_Exception(format: 3, keySize: 1025)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongKeySize_Exception(format: 3, keySize: 2049)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongKeySize_Exception(format: 4, keySize: 3072)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Format_WrongKeySize_Exception(format: 4, keySize: 4096)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseOaep_WrongData_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseOaep_WrongDigest_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseOaep_WrongLeadByte_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Decrypt_NoSeparator_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Decrypt_NotEnoughPad_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Decrypt_WrongMarkerBytes_ReturnFalse(leadByte: 0, algByte: 1)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Decrypt_WrongMarkerBytes_ReturnFalse(leadByte: 1, algByte: 2)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Sign_AllPadBytes_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Sign_SevenPadBytes_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Sign_WrongDigestInfo_ReturnFalse(oidByte: 1, nullParams: False)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Sign_WrongDigestInfo_ReturnFalse(oidByte: 97, nullParams: True)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Sign_WrongMarkerBytes_ReturnFalse(leadByte: 0, algByte: 1, separator: 1)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Sign_WrongMarkerBytes_ReturnFalse(leadByte: 0, algByte: 2, separator: 0)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParseP1Sign_WrongMarkerBytes_ReturnFalse(leadByte: 1, algByte: 1, separator: 0)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParsePss_WrongDigest_IsVerifiedFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParsePss_WrongMSBit_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParsePss_WrongPSLength_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParsePss_WrongSeparator_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ ParsePss_WrongTrail_ReturnFalse
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongDigest_Exception(format: 2, digestAlgorithm: 101, bufferSize: 128)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongDigest_Exception(format: 2, digestAlgorithm: 102, bufferSize: 256)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongDigest_Exception(format: 4, digestAlgorithm: 103, bufferSize: 128)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongDigest_Exception(format: 4, digestAlgorithm: 104, bufferSize: 256)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongInputSize_Exception(format: 1, bufferSize: 127)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongInputSize_Exception(format: 1, bufferSize: 255)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongInputSize_Exception(format: 2, bufferSize: 129)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongInputSize_Exception(format: 2, bufferSize: 257)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongInputSize_Exception(format: 3, bufferSize: 384)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongInputSize_Exception(format: 3, bufferSize: 512)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongInputSize_Exception(format: 4, bufferSize: 130)
Yubico.YubiKey.Cryptography.RsaFormatNegativeTests ‑ Parse_WrongInputSize_Exception(format: 4, bufferSize: 254)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 1, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 1, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 2, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 2, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 2, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 2, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 2, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 2, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectLength(format: 2, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 1, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 1, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 2, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 2, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 2, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 2, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 2, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 2, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_CorrectParse(format: 2, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 1, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 1, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 1, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 1, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 1, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 1, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 1, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 1, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 1, digestAlgorithm: 5, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 1, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 2, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 2, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 2, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 2, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 2, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 2, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectLength(format: 2, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 1, digestAlgorithm: 1, keySize: 1024)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

3615 tests found (test 574 to 1157)

There are 3615 tests, see "Raw output" for the list of tests 574 to 1157.
Raw output
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 1, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 1, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 1, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 1, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 1, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 1, digestAlgorithm: 5, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 1, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 2, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 2, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 2, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 2, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 2, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 2, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_CorrectParse(format: 2, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 1, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 1, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 1, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 1, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 1, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 1, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 1, digestAlgorithm: 5, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 1, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 2, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 2, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 2, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 2, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 2, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 2, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Format_Sign_MatchesCSharp(format: 2, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 1, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 1, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Encrypt_MatchesCSharp(format: 2, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 1, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 1, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 1, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 1, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 1, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 1, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 1, digestAlgorithm: 5, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 1, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 2, digestAlgorithm: 1, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 2, digestAlgorithm: 1, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 2, digestAlgorithm: 3, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 2, digestAlgorithm: 3, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 2, digestAlgorithm: 4, keySize: 1024)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 2, digestAlgorithm: 4, keySize: 2048)
Yubico.YubiKey.Cryptography.RsaFormatTests ‑ Parse_Sign_MatchesCSharp(format: 2, digestAlgorithm: 5, keySize: 2048)
Yubico.YubiKey.Fido2.Cbor.CborHelperTests ‑ EncodeDecode_MapWithIntKey_Succeeds
Yubico.YubiKey.Fido2.Cbor.CborHelperTests ‑ EncodeDecode_MapWithStringKey_Succeeds
Yubico.YubiKey.Fido2.Cbor.CborMapIntTests ‑ ReadIntegers_Success(isSigned: False)
Yubico.YubiKey.Fido2.Cbor.CborMapIntTests ‑ ReadIntegers_Success(isSigned: True)
Yubico.YubiKey.Fido2.Cbor.CborMapTests ‑ ReadMap_IntAndStringKeys_Succeeds
Yubico.YubiKey.Fido2.Commands.ChangePinCommandTests ‑ Constructor_Succeeds
Yubico.YubiKey.Fido2.Commands.ChangePinCommandTests ‑ InvalidKey_ThrowsException
Yubico.YubiKey.Fido2.Commands.ChangePinCommandTests ‑ NullProtocol_ThrowsException
Yubico.YubiKey.Fido2.Commands.ChangePinResponseTests ‑ Constructor_ErrorApdu_SetsStatus
Yubico.YubiKey.Fido2.Commands.ChangePinResponseTests ‑ Constructor_SuccessApdu_CreatesObject
Yubico.YubiKey.Fido2.Commands.ChangePinResponseTests ‑ Constructor_SuccessApdu_SetsStatus
Yubico.YubiKey.Fido2.Commands.ClientPinCommandTests ‑ AllOptionalProperties_AreNullByDefault
Yubico.YubiKey.Fido2.Commands.ClientPinCommandTests ‑ Application_SetToFido2
Yubico.YubiKey.Fido2.Commands.ClientPinCommandTests ‑ CreateCommandApdu_AllPropertiesSet_CorrectlySerializesApdu
Yubico.YubiKey.Fido2.Commands.ClientPinCommandTests ‑ CreateCommandApdu_SubcommandSet_CorrectlySerializesApdu
Yubico.YubiKey.Fido2.Commands.ClientPinCommandTests ‑ CreateResponseForApdu_EmptyApdu_ReturnsClientPinResponse
Yubico.YubiKey.Fido2.Commands.ClientPinCommandTests ‑ NullKeyAgreement_CorrectApdu
Yubico.YubiKey.Fido2.Commands.ClientPinResponseTests ‑ Constructor_SuccessApdu_Succeeds
Yubico.YubiKey.Fido2.Commands.ClientPinResponseTests ‑ GetData_EmptyCborMap_ThrowsException
Yubico.YubiKey.Fido2.Commands.ClientPinResponseTests ‑ GetData_FullCborData_ParsesCorrectlyAndReturnsClientPinData
Yubico.YubiKey.Fido2.Commands.ClientPinResponseTests ‑ GetData_UnrecognizedMapEntry_ThrowsException
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectCredIdId
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectCredIdTransports
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectCredIdType
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectCredProtectPolicy
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectCurve
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectKeyAlg
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectKeyType
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectLargeBlobKey
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectNumCredentials
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectRemainCount
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectRpCount
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectRpId
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectRpIdHash
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectRpName
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectTotalCredentialCount
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectUserDisplayName
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectUserId
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectUserName
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectX
Yubico.YubiKey.Fido2.Commands.CredMgmtDataTests ‑ CredMgm_Decode_CorrectY
Yubico.YubiKey.Fido2.Commands.GetPinRetriesCommandTests ‑ Constructor_Succeeds
Yubico.YubiKey.Fido2.Commands.GetPinRetriesCommandTests ‑ CreateCommandApdu_CreatesCorrectApdu
Yubico.YubiKey.Fido2.Commands.GetPinRetriesResponseTests ‑ Constructor_SuccessApdu_CreatesObject
Yubico.YubiKey.Fido2.Commands.GetPinRetriesResponseTests ‑ GetData_MissingRetries_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinRetriesResponseTests ‑ GetData_WithRetriesAndPowerCycle_ReturnsCorrectData
Yubico.YubiKey.Fido2.Commands.GetPinRetriesResponseTests ‑ GetData_WithRetriesOnly_ReturnsCorrectData
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ Constructor_Succeeds
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ InvalidKey_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ NoEncapsulate_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ NullProtocol_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ UP_Constructor_Succeeds
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ UP_InvalidKey_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ UP_NoEncapsulate_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ UP_NullProtocol_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ UV_Constructor_Succeeds
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ UV_NoEncapsulate_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinTokenCommandTests ‑ UV_NullProtocol_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetPinTokenResponseTests ‑ Constructor_ErrorApdu_SetsStatus
Yubico.YubiKey.Fido2.Commands.GetPinTokenResponseTests ‑ Constructor_SuccessApdu_CreatesObject
Yubico.YubiKey.Fido2.Commands.GetPinTokenResponseTests ‑ Constructor_SuccessApdu_SetsStatus
Yubico.YubiKey.Fido2.Commands.GetPinTokenResponseTests ‑ GetData_ReturnsCorrect
Yubico.YubiKey.Fido2.Commands.GetPinTokenResponseTests ‑ WP_Constructor_ErrorApdu_SetsStatus
Yubico.YubiKey.Fido2.Commands.GetPinTokenResponseTests ‑ WP_Constructor_SuccessApdu_CreatesObject
Yubico.YubiKey.Fido2.Commands.GetPinTokenResponseTests ‑ WP_Constructor_SuccessApdu_SetsStatus
Yubico.YubiKey.Fido2.Commands.GetPinTokenResponseTests ‑ WP_GetData_ReturnsCorrect
Yubico.YubiKey.Fido2.Commands.GetUvRetriesCommandTests ‑ Constructor_Succeeds
Yubico.YubiKey.Fido2.Commands.GetUvRetriesCommandTests ‑ CreateCommandApdu_CreatesCorrectApdu
Yubico.YubiKey.Fido2.Commands.GetUvRetriesResponseTests ‑ Constructor_SuccessApdu_CreatesObject
Yubico.YubiKey.Fido2.Commands.GetUvRetriesResponseTests ‑ GetData_MissingRetries_ThrowsException
Yubico.YubiKey.Fido2.Commands.GetUvRetriesResponseTests ‑ GetData_WithRetries_ReturnsCorrectData
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F30_CorrectStatus
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F30_CorrectStatusMessage
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F31_CorrectStatus
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F31_CorrectStatusMessage
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F32_CorrectStatus
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F32_CorrectStatusMessage
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F35_CorrectStatus
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F35_CorrectStatusMessage
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F3A_CorrectStatus
Yubico.YubiKey.Fido2.Commands.ResponseMapTests ‑ Response_6F3A_CorrectStatusMessage
Yubico.YubiKey.Fido2.Commands.SetPinCommandTests ‑ Constructor_Succeeds
Yubico.YubiKey.Fido2.Commands.SetPinCommandTests ‑ InvalidKey_ThrowsException
Yubico.YubiKey.Fido2.Commands.SetPinCommandTests ‑ NullProtocol_ThrowsException
Yubico.YubiKey.Fido2.Commands.SetPinResponseTests ‑ Constructor_ErrorApdu_SetsStatus
Yubico.YubiKey.Fido2.Commands.SetPinResponseTests ‑ Constructor_SuccessApdu_CreatesObject
Yubico.YubiKey.Fido2.Commands.SetPinResponseTests ‑ Constructor_SuccessApdu_SetsStatus
Yubico.YubiKey.Fido2.Cose.CosePublicEcKeyTests ‑ Decode_CorrectX
Yubico.YubiKey.Fido2.Cose.CosePublicEcKeyTests ‑ Decode_CorrectY
Yubico.YubiKey.Fido2.Cose.CosePublicEcKeyTests ‑ Decode_ECParameters_CorrectX
Yubico.YubiKey.Fido2.Cose.CosePublicEcKeyTests ‑ Decode_ECParameters_CorrectY
Yubico.YubiKey.Fido2.Cose.CosePublicEcKeyTests ‑ Encode_ReturnsCorrect
Yubico.YubiKey.Fido2.Cose.CosePublicEcKeyTests ‑ FromECParameters_CorrectEncoding
Yubico.YubiKey.Fido2.CredentialDataTests ‑ Decode_AuthenticatorData_Correct
Yubico.YubiKey.Fido2.CredentialDataTests ‑ Decode_Format_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_Aaguid_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_Algorithms_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_Certifications_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_Extensions_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_FirmwareVersion_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_ForcePinChange_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_MaxBlobArraySize_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_MaxCredBlobLength_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_MaxCredCount_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_MaxCredIdLength_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_MaxMsgSize_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_MaxRpidLength_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_MinPinLength_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoAlgorithms_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoCertifications_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoExtensions_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoFirmwareVersion_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoForcePinChange_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoMaxBlobArraySize_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoMaxCredBlobLength_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoMaxCredCount_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoMaxCredIdLength_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoMaxMsgSize_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoMaxRpidLength_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoMinPinLength_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoOptions_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoPinUvAuthProtocols_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoRemainingDiscoverable_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoTransports_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoUvAttempts_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoUvModality_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_NoVendorIds_Null
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_Options_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_PinUvAuthProtocols_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_RemainingDiscoverable_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_RepeatKey_Throws
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_Transports_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_UvAttempts_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_UvModality_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_VendorIds_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Decode_Versions_Correct
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Extensions_IsSupported_Correct(extension: "credProtect", expectedValue: True)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ Extensions_IsSupported_Correct(extension: "madeUpExtension", expectedValue: False)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "alwaysUv", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "authnrCfg", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "bioEnroll", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "clientPin", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "credMgmt", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "credentialMgmtPreview", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "ep", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "largeBlobs", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "madeUpOption", expectedValue: Unknown)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "makeCredUvNotRqd", expectedValue: False)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "noMcGaPermissionsWithClientPin", expectedValue: False)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "pinUvAuthToken", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "plat", expectedValue: False)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "rk", expectedValue: False)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "setMinPINLength", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "up", expectedValue: True)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "userVerificationMgmtPreview", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "uv", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "uvAcfg", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2InfoTests ‑ GetOptionValue_ReturnsCorrect(option: "uvBioEnroll", expectedValue: NotSupported)
Yubico.YubiKey.Fido2.Fido2SessionTests ‑ Constructor_GivenValidYubiKeyDevice_ConnectsToFido2Application
Yubico.YubiKey.Fido2.Fido2SessionTests ‑ Constructor_NullYubiKeyDevice_ThrowsArgumentNullException
Yubico.YubiKey.Fido2.Fido2SessionTests ‑ Constructor_ValidYubiKeyDevice_Succeeds
Yubico.YubiKey.Fido2.Fido2SessionTests ‑ GetAuthenticatorInfo_SendsGetInfoCommand
Yubico.YubiKey.Fido2.GetAssertionDataTests ‑ Verify_Succeeds
Yubico.YubiKey.Fido2.GetAssertionParametersTests ‑ Constructor_Succeeds
Yubico.YubiKey.Fido2.LargeBlobArrayTests ‑ Array_AddEntry_DigestCleared
Yubico.YubiKey.Fido2.LargeBlobArrayTests ‑ EncodeArray_CorrectBlobArray
Yubico.YubiKey.Fido2.LargeBlobArrayTests ‑ EncodeArray_CorrectDigest
Yubico.YubiKey.Fido2.LargeBlobArrayTests ‑ EncodeArray_CorrectEncoding
Yubico.YubiKey.Fido2.LargeBlobArrayTests ‑ InitialArray_CorrectDigest
Yubico.YubiKey.Fido2.LargeBlobEntryTests ‑ Constructor_Succeeds
Yubico.YubiKey.Fido2.LargeBlobEntryTests ‑ DecodeDecrypt_CorrectPlaintext
Yubico.YubiKey.Fido2.LargeBlobEntryTests ‑ Decode_CorrectNonce
Yubico.YubiKey.Fido2.LargeBlobEntryTests ‑ Encode_Succeeds
Yubico.YubiKey.Fido2.MakeCredentialParametersTests ‑ Constructor_Succeeds
Yubico.YubiKey.Fido2.PinProtocols.Protocol1Tests ‑ Authenticate_Correct
Yubico.YubiKey.Fido2.PinProtocols.Protocol1Tests ‑ Encapsulate_Correct
Yubico.YubiKey.Fido2.PinProtocols.Protocol1Tests ‑ Encrypt_Correct
Yubico.YubiKey.Fido2.PinProtocols.Protocol2Tests ‑ Authenticate_Correct
Yubico.YubiKey.Fido2.PinProtocols.Protocol2Tests ‑ Encapsulate_Correct
Yubico.YubiKey.Fido2.PinProtocols.Protocol2Tests ‑ Encrypt_Correct
Yubico.YubiKey.FirmwareVersionTests ‑ Constructor_GivenMajorMinorPatch_Returns1_2_3
Yubico.YubiKey.FirmwareVersionTests ‑ Constructor_GivenMajorMinor_Returns1_2_0
Yubico.YubiKey.FirmwareVersionTests ‑ Constructor_GivenMajor_Returns1_0_0
Yubico.YubiKey.FirmwareVersionTests ‑ DefaultConstructor_CreatesFw0_0_0
Yubico.YubiKey.FirmwareVersionTests ‑ Major_GetSet_Succeeds
Yubico.YubiKey.FirmwareVersionTests ‑ Minor_GetSet_Succeeds
Yubico.YubiKey.FirmwareVersionTests ‑ ObjectEquals_NotFirmwareVersion_ReturnsFalse
Yubico.YubiKey.FirmwareVersionTests ‑ ObjectEquals_Null_ReturnsFalse
Yubico.YubiKey.FirmwareVersionTests ‑ ObjectEquals_SameObject_ReturnsTrue
Yubico.YubiKey.FirmwareVersionTests ‑ Patch_GetSet_Succeeds
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_EqualTo_Operator(major: 1, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_EqualTo_Operator(major: 1, minor: 0, patch: 255, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_EqualTo_Operator(major: 1, minor: 255, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_EqualTo_Operator(major: 2, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_EqualTo_Operator(major: 2, minor: 0, patch: 1, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_EqualTo_Operator(major: 2, minor: 1, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_EqualTo_Operator(major: 3, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThanEqualTo_Operator(major: 1, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThanEqualTo_Operator(major: 1, minor: 0, patch: 255, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThanEqualTo_Operator(major: 1, minor: 255, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThanEqualTo_Operator(major: 2, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThanEqualTo_Operator(major: 2, minor: 0, patch: 1, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThanEqualTo_Operator(major: 2, minor: 1, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThanEqualTo_Operator(major: 3, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThan_Operator(major: 1, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThan_Operator(major: 1, minor: 0, patch: 255, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThan_Operator(major: 1, minor: 255, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThan_Operator(major: 2, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThan_Operator(major: 2, minor: 0, patch: 1, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThan_Operator(major: 2, minor: 1, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_GreaterThan_Operator(major: 3, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo(major: 1, minor: 0, patch: 0, expected: 1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo(major: 1, minor: 0, patch: 255, expected: 1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo(major: 1, minor: 255, patch: 0, expected: 1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo(major: 2, minor: 0, patch: 0, expected: 0)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo(major: 2, minor: 0, patch: 1, expected: -1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo(major: 2, minor: 1, patch: 0, expected: -1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo(major: 3, minor: 0, patch: 0, expected: -1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo_NotFirmwareVersion_ThrowsArgumentException
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo_Null_Returns1
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableCompareTo_SameObject_Returns0
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo(major: 1, minor: 0, patch: 0, expected: 1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo(major: 1, minor: 0, patch: 255, expected: 1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo(major: 1, minor: 255, patch: 0, expected: 1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo(major: 2, minor: 0, patch: 0, expected: 0)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo(major: 2, minor: 0, patch: 1, expected: -1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo(major: 2, minor: 1, patch: 0, expected: -1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo(major: 3, minor: 0, patch: 0, expected: -1)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo_Null_Returns1
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IComparableFirmwareVersionCompareTo_SameObject_Returns0
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IEquatableEquals(major: 1, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IEquatableEquals(major: 1, minor: 0, patch: 255, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IEquatableEquals(major: 1, minor: 255, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IEquatableEquals(major: 2, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IEquatableEquals(major: 2, minor: 0, patch: 1, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IEquatableEquals(major: 2, minor: 1, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IEquatableEquals(major: 3, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_IEquatableEquals_SameObject_ReturnsTrue
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThanEqualTo_Operator(major: 1, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThanEqualTo_Operator(major: 1, minor: 0, patch: 255, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThanEqualTo_Operator(major: 1, minor: 255, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThanEqualTo_Operator(major: 2, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThanEqualTo_Operator(major: 2, minor: 0, patch: 1, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThanEqualTo_Operator(major: 2, minor: 1, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThanEqualTo_Operator(major: 3, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThan_Operator(major: 1, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThan_Operator(major: 1, minor: 0, patch: 255, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThan_Operator(major: 1, minor: 255, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThan_Operator(major: 2, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThan_Operator(major: 2, minor: 0, patch: 1, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThan_Operator(major: 2, minor: 1, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_LessThan_Operator(major: 3, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_NotEqualTo_Operator(major: 1, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_NotEqualTo_Operator(major: 1, minor: 0, patch: 255, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_NotEqualTo_Operator(major: 1, minor: 255, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_NotEqualTo_Operator(major: 2, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_NotEqualTo_Operator(major: 2, minor: 0, patch: 1, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_NotEqualTo_Operator(major: 2, minor: 1, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_NotEqualTo_Operator(major: 3, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_ObjectEquals(major: 1, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_ObjectEquals(major: 1, minor: 0, patch: 255, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_ObjectEquals(major: 1, minor: 255, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_ObjectEquals(major: 2, minor: 0, patch: 0, expected: True)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_ObjectEquals(major: 2, minor: 0, patch: 1, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_ObjectEquals(major: 2, minor: 1, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ VersionTwoZeroZero_ObjectEquals(major: 3, minor: 0, patch: 0, expected: False)
Yubico.YubiKey.FirmwareVersionTests ‑ Version_LessThan_HigherVersion_ReturnsTrue
Yubico.YubiKey.InterIndustry.Commands.SelectApplicationCommandTests ‑ Constructor_GivenInterIndustryApplication_ThrowsArgumentException
Yubico.YubiKey.InterIndustry.Commands.SelectApplicationCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.InterIndustry.Commands.SelectApplicationCommandTests ‑ CreateCommandApdu_GetDataConstructedWithBytes_ReturnsBytes
Yubico.YubiKey.InterIndustry.Commands.SelectApplicationCommandTests ‑ CreateCommandApdu_GetDataConstructedWithEnum_ReturnsApplicationIdInBytes
Yubico.YubiKey.InterIndustry.Commands.SelectApplicationCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexA4
Yubico.YubiKey.InterIndustry.Commands.SelectApplicationCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.InterIndustry.Commands.SelectApplicationCommandTests ‑ CreateCommandApdu_GetP1Property_Returns4
Yubico.YubiKey.InterIndustry.Commands.SelectApplicationCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ Application_Get_AlwaysReturnsManagement
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ ApplyLockCode_IncorrectCodeLength_ThrowsArgumentException
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_Get_DefaultIsNull
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetValueOutOfRange_ThrowsArgumentRangeException(value: -1)
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetValueOutOfRange_ThrowsArgumentRangeException(value: 65536)
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ ChallengeResponseTimeout_Get_DefaultIsNull
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ ChallengeResponseTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_AutoEjectTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_ChallengeResponseTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_DeviceFlags_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_EnabledNfcCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_EnabledUsbCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_ResetAfterConfig_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_AutoEjectTimeoutPresent_EncodesCorrectTlv
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ChallengeResponseTimeoutPresent_EncodesCorrectTlv
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_DeviceFlagsPresent_EncodesCorrectTlv
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_EnabledNfcCapabilitiesPresent_EncodesCorrectTlv
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_EnabledUsbCapabilitiesPresent_EncodesCorrectTlv
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_Ins0x1C
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ResetAfterConfigFalse_OneByteValueZero
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ResetAfterConfigTrue_EncodesCorrectTlv
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_SetLockCodeCalled_EncodesCorrectTlv
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ CreatecommandApdu_ApplyLockCodeCalled_EncodesCorrectTlv
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ DeviceFlags_Get_DefaultIsNull
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ DeviceFlags_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ EnabledNfcCapabilities_Get_DefaultIsNull
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ EnabledNfcCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ EnabledUsbCapabilities_Get_DefaultIsNull
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ EnabledUsbCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ ResetAfterConfig_Get_DefaultIsFalse
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ ResetAfterConfig_SetGet_ReturnsSetValue
Yubico.YubiKey.Management.Commands.SetDeviceInfoCommandTests ‑ SetLockCode_IncorrectCodeLength_ThrowsArgumentException
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0xa4
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateCommandApdu_GetP2Property_Returns0x01
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateCommandApdu_ReturnsCorrectData
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateCommandApdu_ReturnsCorrectLength
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsResponseTests ‑ Constructor_SuccessResponseApdu_NoCredentials_ReturnResponseCorrectly
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsResponseTests ‑ Constructor_SuccessResponseApdu_ReturnResponseCorrectly
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsResponseTests ‑ ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsResponseTests ‑ ResponseApduFailed_ThrowsMalformedYubiKeyResponseException_InvalidApdu1
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsResponseTests ‑ ResponseApduFailed_ThrowsMalformedYubiKeyResponseException_InvalidApdu2
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.CalculateAllCredentialsResponseTests ‑ SuccessResponseApdu_NoCredentials_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0xa2
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_GetP2Property_Returns0x01
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_HotpCredential_ReturnsCorrectDataAndLength
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_TotpCredential_ReturnsCorrectData
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateCommandApdu_TotpCredential_ReturnsCorrectLength
Yubico.YubiKey.Oath.Commands.CalculateCredentialCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.CalculateCredentialResponseTests ‑ Constructor_SuccessResponseApdu_FullResponse_ReturnResponseCorrectly
Yubico.YubiKey.Oath.Commands.CalculateCredentialResponseTests ‑ Constructor_SuccessResponseApdu_TruncatedResponse_ReturnResponseCorrectly
Yubico.YubiKey.Oath.Commands.CalculateCredentialResponseTests ‑ ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.Commands.CalculateCredentialResponseTests ‑ ResponseApduFailed_ThrowsMalformedYubiKeyResponseException_InvalidApdu
Yubico.YubiKey.Oath.Commands.CalculateCredentialResponseTests ‑ ResponseApduFailed_ThrowsMalformedYubiKeyResponseException_InvalidApduLength
Yubico.YubiKey.Oath.Commands.CalculateCredentialResponseTests ‑ Status_NoSuchObjectResponseApdu_ReturnsNoData
Yubico.YubiKey.Oath.Commands.CalculateCredentialResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.CalculateCredentialResponseTests ‑ SuccessResponseApdu_NoCredential_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x02
Yubico.YubiKey.Oath.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_ReturnsCorrectDataAndLength
Yubico.YubiKey.Oath.Commands.DeleteCredentialCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.DeleteResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Oath.Commands.DeleteResponseTests ‑ Status_NoSuchObjectResponseApdu_ReturnsNoData
Yubico.YubiKey.Oath.Commands.DeleteResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Oath.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0xa1
Yubico.YubiKey.Oath.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Oath.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Oath.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.ListCredentialsCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ Constructor_SuccessResponseApdu_IssuerHasSemicolon_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ Constructor_SuccessResponseApdu_MultipleCredentials_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ Constructor_SuccessResponseApdu_OneCredentialNoIssuer_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ Constructor_SuccessResponseApdu_OneCredential_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ Constructor_SuccessResponseApdu_Period60_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ Constructor_SuccessResponseApdu_Totp30sAccountMaxLength_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ ResponseApduFailed_ThrowsMalformedYubiKeyResponseException_InvalidApdu
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.ListCredentialsResponseTests ‑ SuccessResponseApdu_NoCredentials_ListCredentialsCorrectly
Yubico.YubiKey.Oath.Commands.OathResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Oath.Commands.OathResponseTests ‑ Status_GenericErrorResponseApdu_ReturnsFailed
Yubico.YubiKey.Oath.Commands.OathResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.OathResponseTests ‑ Status_WrongSyntaxResponseApdu_ReturnsFailed
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateCommandApdu_GetDataAndNcProperties_CredentialWithHotpTypeAndTouchRequiredProperty_ReturnsCorrectDataAndLength
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateCommandApdu_GetDataAndNcProperties_CredentialWithHotpType_ReturnsCorrectDataAndLength
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateCommandApdu_GetDataAndNcProperties_ReturnsCorrectDataAndLength
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateCommandApdu_GetDataAndNcProperties_WithTouchRequiredProperty_ReturnsCorrectDataAndLength
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x01
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.PutCredentialCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.RenameCredentialCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.RenameCredentialCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x05
Yubico.YubiKey.Oath.Commands.RenameCredentialCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.RenameCredentialCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.RenameCredentialCommandTests ‑ CreateCommandApdu_ReturnsCorrectDataAndLength
Yubico.YubiKey.Oath.Commands.RenameCredentialCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.RenameResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Oath.Commands.RenameResponseTests ‑ Status_NoSuchObjectResponseApdu_ReturnsNoData
Yubico.YubiKey.Oath.Commands.RenameResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsEmpty
Yubico.YubiKey.Oath.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x04
Yubico.YubiKey.Oath.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_GetP1Property_Returns0xDE
Yubico.YubiKey.Oath.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_GetP2Property_Returns0xAD
Yubico.YubiKey.Oath.Commands.ResetApplicationCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.SelectOathCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.SelectOathCommandTests ‑ CreateCommandApdu_GetDataConstructedWithBytes_ReturnsBytes
Yubico.YubiKey.Oath.Commands.SelectOathCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0xA4
Yubico.YubiKey.Oath.Commands.SelectOathCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Oath.Commands.SelectOathCommandTests ‑ CreateCommandApdu_GetP1Property_Returns0x04
Yubico.YubiKey.Oath.Commands.SelectOathCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.SelectOathCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.SelectOathResponseTests ‑ Constructor_SuccessResponseApdu_NoPasswordSet_OathResponseInfoCorrect
Yubico.YubiKey.Oath.Commands.SelectOathResponseTests ‑ ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.Commands.SelectOathResponseTests ‑ ResponseApduFailed_ThrowsMalformedYubiKeyResponseException_InvalidApdu
Yubico.YubiKey.Oath.Commands.SelectOathResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.SelectOathResponseTests ‑ SuccessResponseApdu_PasswordIsSet_OathResponseInfoCorrect
Yubico.YubiKey.Oath.Commands.SetPasswordCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.SetPasswordCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsCorrectData
Yubico.YubiKey.Oath.Commands.SetPasswordCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x03
Yubico.YubiKey.Oath.Commands.SetPasswordCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrectLengthOfData
Yubico.YubiKey.Oath.Commands.SetPasswordCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.SetPasswordCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.SetPasswordCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.SetPasswordResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Oath.Commands.SetPasswordResponseTests ‑ Status_ResponseDoesNotMatchResponseApdu_ReturnsFailed
Yubico.YubiKey.Oath.Commands.SetPasswordResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.ValidateCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Oath.Commands.ValidateCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsCorrectData
Yubico.YubiKey.Oath.Commands.ValidateCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0xA3
Yubico.YubiKey.Oath.Commands.ValidateCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrectLength
Yubico.YubiKey.Oath.Commands.ValidateCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.ValidateCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Oath.Commands.ValidateCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Oath.Commands.ValidateResponseTests ‑ ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.Commands.ValidateResponseTests ‑ Status_AuthNotEnabledResponseApdu_ReturnsFailed
Yubico.YubiKey.Oath.Commands.ValidateResponseTests ‑ Status_SuccessResponseApdu_ReturnsSuccess
Yubico.YubiKey.Oath.Commands.ValidateResponseTests ‑ SuccessResponseApdu_PasswordIsSet_OathResponseInfoCorrect
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialAccountNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialAlgorithmNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialDigitsNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialIssuerAndAccount_UriUnescape_ReturnsCorrectUnescapedStrings
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_HotpAccount_ReturnsCorrectlyParsedLabel
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_HotpType_ReturnsCorrectlyParsedLabel
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_HotpType_ReturnsCorrectlyParsedLabel_2
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_TotalLength64_ReturnsCorrectlyParsedLabel(type: Hotp, period: Undefined, issuer: "123456789", account: "12345678901234567890123456789012345678901234567890"···, label: "123456789:1234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_TotalLength64_ReturnsCorrectlyParsedLabel(type: Hotp, period: Undefined, issuer: null, account: "12345678901234567890123456789012345678901234567890"···, label: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_TotalLength64_ReturnsCorrectlyParsedLabel(type: Totp, period: Period15, issuer: "123456", account: "12345678901234567890123456789012345678901234567890"···, label: "15/123456:1234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_TotalLength64_ReturnsCorrectlyParsedLabel(type: Totp, period: Period15, issuer: null, account: "12345678901234567890123456789012345678901234567890"···, label: "15/12345678901234567890123456789012345678901234567"···)
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_TotalLength64_ReturnsCorrectlyParsedLabel(type: Totp, period: Period30, issuer: "123456789", account: "12345678901234567890123456789012345678901234567890"···, label: "123456789:1234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_TotalLength64_ReturnsCorrectlyParsedLabel(type: Totp, period: Period30, issuer: null, account: "12345678901234567890123456789012345678901234567890"···, label: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_Totp15sAccount_ReturnsCorrectlyParsedLabel
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_Totp30sAccount_ReturnsCorrectlyParsedLabel
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_TotpTypeAndDefaultPeriod_ReturnsCorrectlyParsedLabel
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseLabel_TotpTypeAndNoDefaultPeriod_ReturnsCorrectlyParsedLabel
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseUri_NoIssuer_ReturnsCorrectlyParsedCredentialParameters
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseUri_NoOptionalParameters_ReturnsCorrectlyParsedCredentialParameters
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseUri_UriNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseUri_UriNotValid_ThrowsException_2
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseUri_UriPathNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseUri_UriSchemeNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialParseUri_WithOptionalParameters_ReturnsCorrectlyParsedCredentialParameters
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialPeriodNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialSecretNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ CredentialTypeNotValid_ThrowsException
Yubico.YubiKey.Oath.CredentialTests ‑ Issuer_GetDefaultValue_ReturnsNull
Yubico.YubiKey.Oath.CredentialTests ‑ Issuer_SetToEmptyString_ReturnsNull
Yubico.YubiKey.Oath.CredentialTests ‑ Issuer_SetToNull_ReturnsNull
Yubico.YubiKey.Oath.CredentialTests ‑ Issuer_SetToTestStringWithLeadingTrailingWhiteSpace_ReturnsTestString
Yubico.YubiKey.Oath.CredentialTests ‑ Issuer_SetToTestString_ReturnsTestString
Yubico.YubiKey.Oath.CredentialTests ‑ Issuer_SetToWhiteSpace_ReturnsNull(issuerValue: "      ")
Yubico.YubiKey.Oath.CredentialTests ‑ Issuer_SetToWhiteSpace_ReturnsNull(issuerValue: "   \t   ")
Yubico.YubiKey.Oath.CredentialTests ‑ Issuer_SetToWhiteSpace_ReturnsNull(issuerValue: "   ")
Yubico.YubiKey.Oath.CredentialTests ‑ Name_64ByteNameLength_ReturnsCorrectName(credType: Hotp, credPeriod: Undefined, issuer: "123456789", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_64ByteNameLength_ReturnsCorrectName(credType: Hotp, credPeriod: Undefined, issuer: null, account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_64ByteNameLength_ReturnsCorrectName(credType: Totp, credPeriod: Period15, issuer: "     ", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_64ByteNameLength_ReturnsCorrectName(credType: Totp, credPeriod: Period15, issuer: "", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_64ByteNameLength_ReturnsCorrectName(credType: Totp, credPeriod: Period15, issuer: "123456", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_64ByteNameLength_ReturnsCorrectName(credType: Totp, credPeriod: Period15, issuer: null, account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_64ByteNameLength_ReturnsCorrectName(credType: Totp, credPeriod: Period30, issuer: "123456789", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_64ByteNameLength_ReturnsCorrectName(credType: Totp, credPeriod: Period30, issuer: null, account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_65ByteNameLength_ThrowsInvalidOperationException(credType: Hotp, credPeriod: Undefined, issuer: "123456789", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_65ByteNameLength_ThrowsInvalidOperationException(credType: Hotp, credPeriod: Undefined, issuer: null, account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_65ByteNameLength_ThrowsInvalidOperationException(credType: Totp, credPeriod: Period15, issuer: "     ", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_65ByteNameLength_ThrowsInvalidOperationException(credType: Totp, credPeriod: Period15, issuer: "", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_65ByteNameLength_ThrowsInvalidOperationException(credType: Totp, credPeriod: Period15, issuer: "123456", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_65ByteNameLength_ThrowsInvalidOperationException(credType: Totp, credPeriod: Period15, issuer: null, account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_65ByteNameLength_ThrowsInvalidOperationException(credType: Totp, credPeriod: Period30, issuer: "123456789", account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_65ByteNameLength_ThrowsInvalidOperationException(credType: Totp, credPeriod: Period30, issuer: null, account: "12345678901234567890123456789012345678901234567890"···)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_CredTypeDefault_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.CredentialTests ‑ Name_CredTypeNone_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.CredentialTests ‑ Name_HotpAccountDefaultIssuer_ReturnsCorrectName
Yubico.YubiKey.Oath.CredentialTests ‑ Name_HotpAccountDefault_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.CredentialTests ‑ Name_HotpAccount_ReturnsCorrectName(issuerValue: "      ")
Yubico.YubiKey.Oath.CredentialTests ‑ Name_HotpAccount_ReturnsCorrectName(issuerValue: "")
Yubico.YubiKey.Oath.CredentialTests ‑ Name_HotpAccount_ReturnsCorrectName(issuerValue: null)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_HotpIssuerAccount_ReturnsCorrectName
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp15sAccountDefaultIssuer_ReturnsCorrectName
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp15sAccount_ReturnsCorrectName(issuerValue: "      ")
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp15sAccount_ReturnsCorrectName(issuerValue: "")
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp15sAccount_ReturnsCorrectName(issuerValue: null)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp15sIssuerAccount_ReturnsCorrectName
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp30sAccountDefaultIssuer_ReturnsCorrectName
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp30sAccountDefault_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp30sAccount_ReturnsCorrectName(issuerValue: "      ")
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp30sAccount_ReturnsCorrectName(issuerValue: "")
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp30sAccount_ReturnsCorrectName(issuerValue: null)
Yubico.YubiKey.Oath.CredentialTests ‑ Name_Totp30sIssuerAccount_ReturnsCorrectName
Yubico.YubiKey.Oath.CredentialTests ‑ Name_TotpCredPeriodDefault_ThrowsInvalidOperationException
Yubico.YubiKey.Oath.CredentialTests ‑ Name_TotpCredPeriodUndefined_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ Algorithm_SetInvalidAlgorithm_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ Application_Get_AlwaysReturnsOtp
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateCommandApdu_GetClaProperty_RetunsZero
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex01
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateCommandApdu_GetNc_ReturnsChallengeSize
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectValueForSlot(otpSlot: LongPress, algorithm: HmacSha1, expectedSlotValue: 56)
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectValueForSlot(otpSlot: LongPress, algorithm: YubicoOtp, expectedSlotValue: 40)
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectValueForSlot(otpSlot: ShortPress, algorithm: HmacSha1, expectedSlotValue: 48)
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectValueForSlot(otpSlot: ShortPress, algorithm: YubicoOtp, expectedSlotValue: 32)
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ FullConstructor_GivenChallenge_SetsChallengeInBuffer
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ FullConstructor_GivenParameters_SetsAllParameters
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ FullConstructor_HmacSha1GivenChallengeGreaterThan64Bytes_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ FullConstructor_YubicoOtpGivenChallengeThatIsNot6Bytes_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ChallengeResponseCommandTests ‑ OtpSlot_SetInvalidOtpSlot_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ChallengeResponseResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullException
Yubico.YubiKey.Otp.Commands.ChallengeResponseResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Otp.Commands.ChallengeResponseResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Otp.Commands.ChallengeResponseResponseTests ‑ GetData_FailedResponseApdu_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.Commands.ChallengeResponseResponseTests ‑ GetData_HmacSha1ResponseOfInvalidLength_ThrowsMalformedYubiKeyResponseException
Yubico.YubiKey.Otp.Commands.ChallengeResponseResponseTests ‑ GetData_ValidHmacSha1Response_ReturnsSuccessfully
Yubico.YubiKey.Otp.Commands.ChallengeResponseResponseTests ‑ GetData_ValidYubicoOtpResponse_ReturnedSuccessfully

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

3615 tests found (test 1158 to 1738)

There are 3615 tests, see "Raw output" for the list of tests 1158 to 1738.
Raw output
Yubico.YubiKey.Otp.Commands.ChallengeResponseResponseTests ‑ GetData_YubicoOtpResponseOfInvalidLength_ThrowsMalformedYubiKeyResponseException
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex01
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectSlot(otpSlot: LongPress, expectedSlotValue: 9)
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectSlot(otpSlot: ShortPress, expectedSlotValue: 8)
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ FullConstructor_ConfigurationIncorrectSize_ThrowsArgumentExcetion
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ FullConstructor_IncorrectAccessCodeSize_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ FullConstructor_WithAccessCode_WritesAccessCodeToBuffer
Yubico.YubiKey.Otp.Commands.ConfigureNdefCommandTests ‑ FullConstructor_WithoutAccessCode_WritesConfigurationAsIs
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ ApplyCurrentAccessCode_AfterCreateCommandApdu_CorrectlyResizesBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ ApplyCurrentAccessCode_BufferIsInvalidLength_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ ApplyCurrentAccessCode_CreateCommandApduGetNc_Returns58
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ ApplyCurrentAccessCode_ValidBuffer_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ ConfigurationFlags_GetSet_SameValue
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_AccessCodeOfInvalidLength_ThrowArgumentException
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_AccessCode_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_AesKeyOfInvalidLength_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_AesKey_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_ConfigurationFlags_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_Crc16_PlacedCorrectlyInBufferAsLittleEndian
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_ExtendedFlags_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex01
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_GetNc_Returns52
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectValueForSlot(otpSlot: LongPress, expectedSlotValue: 3)
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectValueForSlot(otpSlot: ShortPress, expectedSlotValue: 1)
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_ReservedSection_IsAlwaysZeroInBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateCommandApdu_TicketFlags_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ ExtendedFlags_GetSet_SameValue
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ OtpSlot_Default_ReturnsShortPress
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ OtpSlot_SetInvalidOtpSlot_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ SetAccessCode_BufferIsInvalidLength_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ SetAccessCode_ValidBuffer_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ SetFixedData_BufferIsTooLong_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ SetFixedData_ValidFixedDataLength_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ SetFixedData_ZeroBufferGiven_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ SetUid_BufferIsInvalidLength_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ SetUid_ValidBuffer_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.ConfigureSlotCommandTests ‑ TicketFlags_GetSet_SameValue
Yubico.YubiKey.Otp.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Otp.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex01
Yubico.YubiKey.Otp.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Otp.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex13
Yubico.YubiKey.Otp.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.GetDeviceInfoCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_AutoEjectTimeoutTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_ChallengeResponseTimeoutTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_ConfigurationLockPresentTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_DeviceFlagsTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_FirmwareVersionTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_FormFactorTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_MissingLengthField_ThrowsMalformedYkResponse
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_NfcEnabledCapabilitiesTagPresentAsByte_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_NfcEnabledCapabilitiesTagPresentAsShort_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_NfcPrePersCapabilitiesTagPresentAsByte_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_NfcPrePersCapabilitiesTagPresentAsShort_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_RespectsLengthField_IgnoresJunkAtEndOfBuffer
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_SerialNumberTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_TooLargeLengthField_ThrowsMalformedYkResponse(data: [1, 144, 0])
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_TooLargeLengthField_ThrowsMalformedYkResponse(data: [10, 1, 2, 3, 144, ···])
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_TooLargeLengthField_ThrowsMalformedYkResponse(data: [255, 1, 2, 3, 144, ···])
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_UsbEnabledCapabilitiesTagPresentAsByte_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_UsbEnabledCapabilitiesTagPresentAsShort_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_UsbPrePersCapabilitiesTagPresentAsByte_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_UsbPrePersCapabilitiesTagPresentAsShort_SetsPropertyCorrectly
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_ZeroTlvData_ThrowsMalformedYkResponse(data: [0, 1, 2, 3, 144, ···])
Yubico.YubiKey.Otp.Commands.GetDeviceInfoResponseTests ‑ GetData_ZeroTlvData_ThrowsMalformedYkResponse(data: [0, 144, 0])
Yubico.YubiKey.Otp.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Otp.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex01
Yubico.YubiKey.Otp.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Otp.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex10
Yubico.YubiKey.Otp.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.GetSerialNumberResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Otp.Commands.GetSerialNumberResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Otp.Commands.GetSerialNumberResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Otp.Commands.GetSerialNumberResponseTests ‑ GetData_ResponseApduContainingNotEnoughData_ThrowsMalformedYubiKeyResponseException
Yubico.YubiKey.Otp.Commands.GetSerialNumberResponseTests ‑ GetData_ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.Commands.GetSerialNumberResponseTests ‑ GetData_ResponseApduWithData_ReturnsCorrectData
Yubico.YubiKey.Otp.Commands.OtpResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullException
Yubico.YubiKey.Otp.Commands.OtpResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Otp.Commands.OtpResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Otp.Commands.QueryFipsModeCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.QueryFipsModeCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Otp.Commands.QueryFipsModeCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex01
Yubico.YubiKey.Otp.Commands.QueryFipsModeCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Otp.Commands.QueryFipsModeCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.QueryFipsModeCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex14
Yubico.YubiKey.Otp.Commands.QueryFipsModeCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.QueryFipsModeCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.QueryFipsModeResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Otp.Commands.QueryFipsModeResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Otp.Commands.QueryFipsModeResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Otp.Commands.QueryFipsModeResponseTests ‑ GetData_ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.Commands.QueryFipsModeResponseTests ‑ GetData_ResponseApduWithModeSetToOne_ReturnsTrue
Yubico.YubiKey.Otp.Commands.QueryFipsModeResponseTests ‑ GetData_ResponseApduWithModeSetToZero_ReturnsFalse
Yubico.YubiKey.Otp.Commands.QueryFipsModeResponseTests ‑ GetData_ResponseApduWithWrongSizedBuffer_ThrowsMalformedYubiKeyResponseException
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ Application_Get_AlwaysEqualsOtpNdef
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexB0
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ CreateCommandData_GetData_ReturnsEmpty
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ CreateCommandData_GetNc_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ CreateCommandData_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadNdefDataCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.ReadNdefDataResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Otp.Commands.ReadNdefDataResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Otp.Commands.ReadNdefDataResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Otp.Commands.ReadNdefDataResponseTests ‑ GetData_ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.Commands.ReadNdefDataResponseTests ‑ GetData_SuccessResponseApdu_ReturnsData
Yubico.YubiKey.Otp.Commands.ReadStatusCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadStatusCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Otp.Commands.ReadStatusCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex03
Yubico.YubiKey.Otp.Commands.ReadStatusCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadStatusCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadStatusCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadStatusCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.ReadStatusCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.ReadStatusResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Otp.Commands.ReadStatusResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Otp.Commands.ReadStatusResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Otp.Commands.ReadStatusResponseTests ‑ GetData_ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.Commands.ReadStatusResponseTests ‑ GetData_ResponseApduWithCorrectData_ReturnsCorrectData
Yubico.YubiKey.Otp.Commands.ReadStatusResponseTests ‑ GetData_ResponseApduWithWrongSizedBuffer_ThrowsMalformedYubiKeyResponseException
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ Application_Get_AlwaysEqualsOtpNdef
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectBuffer
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexA4
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ CreateCommandApdu_GetNc_ReturnsTwo
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHex0C
Yubico.YubiKey.Otp.Commands.SelectNdefDataCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ Application_Get_AlwaysReturnsOtp
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ ApplyLockCode_IncorrectCodeLength_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_Get_DefaultIsNull
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetValueOutOfRange_ThrowsArgumentRangeException(value: -1)
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetValueOutOfRange_ThrowsArgumentRangeException(value: 65536)
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ ChallengeResponseTimeout_Get_DefaultIsNull
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ ChallengeResponseTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_AutoEjectTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_ChallengeResponseTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_DeviceFlags_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_EnabledNfcCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_EnabledUsbCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_ResetAfterConfig_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_AutoEjectTimeoutPresent_EncodesCorrectTlv
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ChallengeResponseTimeoutPresent_EncodesCorrectTlv
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_DeviceFlagsPresent_EncodesCorrectTlv
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_EnabledNfcCapabilitiesPresent_EncodesCorrectTlv
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_EnabledUsbCapabilitiesPresent_EncodesCorrectTlv
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x01
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP1Property_Returns0x15
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ResetAfterConfigFalse_OneByteValueZero
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ResetAfterConfigTrue_EncodesCorrectTlv
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_SetLockCodeCalled_EncodesCorrectTlv
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ CreatecommandApdu_ApplyLockCodeCalled_EncodesCorrectTlv
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ DeviceFlags_Get_DefaultIsNull
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ DeviceFlags_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ EnabledNfcCapabilities_Get_DefaultIsNull
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ EnabledNfcCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ EnabledUsbCapabilities_Get_DefaultIsNull
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ EnabledUsbCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ ResetAfterConfig_Get_DefaultIsFalse
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ ResetAfterConfig_SetGet_ReturnsSetValue
Yubico.YubiKey.Otp.Commands.SetDeviceInfoCommandTests ‑ SetLockCode_IncorrectCodeLength_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ Application_Get_AlwaysOtp
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ AutoEjectTimeout_SetGet_GetsTheSetValue
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ ChallengeResponseTimeout_SetGet_GetsTheSetValue
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetData_AeTimeoutPlacedAsLastTwoBytes
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetData_CrTimeoutPlacedAsSecondByte
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetData_ModePlacedAsFirstByte
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetData_TouchEjectPlacedInFirstByte
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x01
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetLc_Returns0x04
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetLe_ReturnsZero
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetP1Property_Returns0x11
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ FullConstructor_GivenValues_SetsProperties
Yubico.YubiKey.Otp.Commands.SetLegacyDeviceConfigCommandTests ‑ Mode_SetGet_GetsTheSetValue
Yubico.YubiKey.Otp.Commands.SwapSlotsCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.SwapSlotsCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Otp.Commands.SwapSlotsCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex01
Yubico.YubiKey.Otp.Commands.SwapSlotsCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Otp.Commands.SwapSlotsCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Otp.Commands.SwapSlotsCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex06
Yubico.YubiKey.Otp.Commands.SwapSlotsCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.SwapSlotsCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ ApplyCurrentAccessCode_AfterCreateCommandApdu_CorrectlyResizesBuffer
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ ApplyCurrentAccessCode_BufferIsInvalidLength_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ ApplyCurrentAccessCode_CreateCommandApduGetNc_Returns58
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ ApplyCurrentAccessCode_ValidBuffer_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ ConfigurationFlags_GetSet_SameValue
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_ConfigurationFlags_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_Crc16_PlacedCorrectlyInBufferAsLittleEndian
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_ExtendedFlags_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_FlagsSet_AllPrecedingBytesZero
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex01
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_GetNc_Returns58
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectValueForSlot(otpSlot: LongPress, expectedSlotValue: 5)
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsCorrectValueForSlot(otpSlot: ShortPress, expectedSlotValue: 4)
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_ReservedSection_IsAlwaysZeroInBuffer
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateCommandApdu_TicketFlags_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ ExtendedFlags_GetSet_SameValue
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ OtpSlot_Default_ReturnsShortPress
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ OtpSlot_SetInvalidOtpSlot_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ SetAccessCode_BufferIsInvalidLength_ThrowsArgumentException
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ SetAccessCode_ValidBuffer_PlacedCorrectlyInDataBuffer
Yubico.YubiKey.Otp.Commands.UpdateSlotCommandTests ‑ TicketFlags_GetSet_SameValue
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ Application_Get_ReturnsOtpApplication
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ CreateCommandApdu_GetInsProperty_Returns01
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ CreateCommandApdu_GetLcProperty_ReturnsScancodeMapSize
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ CreateCommandApdu_GetLeProperty_ReturnsZero
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex12
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ DefaultConstructor_ConstructsObject
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ DefaultConstructor_ScancodeMap_SetToDefaultModhexMap
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ FullConstructor_GivenScancodeMap_SetsScanmodeMapProperty
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ ScancodeMap_SetFollowedByGet_ReturnsTheSetScancodeMap
Yubico.YubiKey.Otp.Commands.WriteScancodeMapTests ‑ ScancodeMap_SetWithIncorrectLength_ThrowsArgumentException
Yubico.YubiKey.Otp.ConfigurationFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 4)
Yubico.YubiKey.Otp.ConfigurationFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 8)
Yubico.YubiKey.Otp.ConfigurationFlagsTests ‑ ValidateFlagsForUpdate_NoneSpecified_NoException
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 1)
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 128)
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 16)
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 2)
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 32)
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 4)
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 64)
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 8)
Yubico.YubiKey.Otp.ExtendedFlagsTests ‑ ValidateFlagsForUpdate_NoneSpecified_NoException
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_EncodeAsUtf16_MessageIsUtf16BigEndian
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_EncodeAsUtf16_SetsMostSignificantBitInThirdByte
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_LanguageFieldLength_EncodedInThirdByte
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_LanguageFieldLongerThan63_ThrowsArgumentException
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_LargeValueAndLanguage_ThrowsArgumentException
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_OnSuccess_FirstByteIsDataLength
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_OnSuccess_MessageIsUtf8
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_OnSuccess_SecondByteAlwaysT
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_WithNullLanguageCode_ThrowsArgumentNullException
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateTextConfig_WithNullValue_ThrowsArgumentNullException
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateUriConfig_EncodedUriLongerThanDataSize_ThrowsArgumentException
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateUriConfig_OnSuccess_SecondByteAlwaysU
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateUriConfig_RecognizedPrefix_ThirdByteIsPrefixCode
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateUriConfig_RecognizedPrefix_UriWithoutPrefixInData
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateUriConfig_UnrecognizedPrefix_FullUriInData
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateUriConfig_UnrecognizedPrefix_PrefixCodeIsZero
Yubico.YubiKey.Otp.NdefConfigTests ‑ CreateUriConfig_WithNullUri_ThrowsArgumentNullException
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ Constructor_BufferWithTypeLengthGreaterThanOne_ThrowsNotSupportedException
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ Constructor_GivenBufferWithFirstByteNonZero_ThrowsArgumentInvalidException
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ Constructor_GivenWellFormedData_SetsDataProperty
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ Constructor_GivenWellFormedData_SetsTypeProperty(typeByte: 'T', expectedType: Text)
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ Constructor_GivenWellFormedData_SetsTypeProperty(typeByte: 'U', expectedType: Uri)
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ Constructor_UnsupportedRecordType_ThrowsNotSupportedException
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenNonTextRecordType_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenUtf16BeWithBom_ReturnsTextCorrectly
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenUtf16BeWithoutBom_ReturnsTextCorrectly
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenUtf16LeWithBom_ReturnsTextCorrectly
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenUtf16LeWithoutBom_ReturnsTextCorrectly
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenWellFormedData_ReturnsEncodingCorrectly(headerByte: 0, expectedEncoding: Utf8)
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenWellFormedData_ReturnsEncodingCorrectly(headerByte: 128, expectedEncoding: Utf16)
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenWellFormedData_ReturnsLanguageCorrectly(cultureString: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenWellFormedData_ReturnsLanguageCorrectly(cultureString: "en-US")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToText_GivenWellFormedData_ReturnsTextCorrectly
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_CustomPrefix_ReturnsValidUri
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenNonUriRecordType_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenUnsupportedPrefix_ThrowsInvalidOperationException
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 0, prefix: "", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 1, prefix: "http://www.", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 10, prefix: "sftp://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 11, prefix: "smb://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 12, prefix: "nfs://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 13, prefix: "ftp://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 14, prefix: "dav://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 15, prefix: "news:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 16, prefix: "telnet://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 17, prefix: "imap:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 18, prefix: "rtsp://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 19, prefix: "urn:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 2, prefix: "https://www.", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 20, prefix: "pop:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 21, prefix: "sip:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 22, prefix: "sips:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 23, prefix: "tftp:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 24, prefix: "btspp://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 25, prefix: "btl2cap://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 26, prefix: "btgoep://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 27, prefix: "tcpobex://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 28, prefix: "irdaobex://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 29, prefix: "file://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 3, prefix: "http://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 30, prefix: "urn:epc:id:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 31, prefix: "urn:epc:tag:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 32, prefix: "urn:epc:pat:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 33, prefix: "urn:epc:raw:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 34, prefix: "urn:epc:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 35, prefix: "urn:nfc:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 4, prefix: "https://", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 5, prefix: "tel:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 6, prefix: "mailto:", suffix: "")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 7, prefix: "ftp://anonymous:anonymous@", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 8, prefix: "ftp://ftp.", suffix: "/")
Yubico.YubiKey.Otp.NdefDataReaderTests ‑ ToUri_GivenValidPrefixAndString_ReturnsValidUri(prefixCode: 9, prefix: "ftps://", suffix: "/")
Yubico.YubiKey.Otp.Operations.ConfigureYubicoOtpTests ‑ TestGeneratedAndSpecifiedKey
Yubico.YubiKey.Otp.Operations.ConfigureYubicoOtpTests ‑ TestNoSlot
Yubico.YubiKey.Otp.Operations.ConfigureYubicoOtpTests ‑ TestSpecifiedAndGeneratedKey
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetAllowHidTrigger
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetAllowManualUpdate
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetAllowUpdate
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetAppendCarriageReturn
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetAppendDelayToFixed
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetAppendDelayToOtp
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetAppendTabToFixed
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetAppendTabToOtp
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetDormant
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetFastTrigger
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetHmacLessThan64BytesWithHmacSha1ChallengeResponse
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetHmacLessThan64BytesWithoutYubicoOtpChallengeResponseOrHmacSha1ChallengeResponse
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetHmacSha1ChallengeResponse
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetInvertLed
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetOathFixedModhex1WithOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetOathFixedModhex1WithoutOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetOathFixedModhex2WithOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetOathFixedModhex2WithoutOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetOathFixedModhexWithOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetOathFixedModhexWithoutOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetProtectLongPressSlot
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetSendReferenceString
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetSendTabFirst
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetSerialNumberApiVisible
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetSerialNumberButtonVisible
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetSerialNumberUsbVisible
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetShortTicketWithStaticTicket
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetShortTicketWithoutStaticTicket
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetStaticPasswordMode
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetStaticTicket
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetTicketFirst
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUse10msPacing
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUse20msPacing
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUse8DigitHotpWithOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUse8DigitHotpWithoutOathHotP
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUseAlphaNumericPassword
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUseButtonTriggerWithHmacSha1ChallengeResponse
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUseButtonTriggerWithYubicoOtpChallengeResponse
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUseButtonTriggerWithoutYubicoOtpChallengeResponseOrHmacSha1ChallengeResponse
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUseMixedCasePassword
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetUseNumericKeypad
Yubico.YubiKey.Otp.OtpSetFlagsTests ‑ TestSetYubicoOtpChallengeResponse
Yubico.YubiKey.Otp.TicketFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 1)
Yubico.YubiKey.Otp.TicketFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 16)
Yubico.YubiKey.Otp.TicketFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 2)
Yubico.YubiKey.Otp.TicketFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 32)
Yubico.YubiKey.Otp.TicketFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 4)
Yubico.YubiKey.Otp.TicketFlagsTests ‑ ValidateFlagsForUpdate_FlagInRange_NoException(flagByte: 8)
Yubico.YubiKey.Otp.TicketFlagsTests ‑ ValidateFlagsForUpdate_NoneSpecified_NoException
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Cleanup_Called_CallsNextTransformCleanupMethod
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Invoke_CommandApduWithLargeDataBuffer_AllOtherApduPropertiesRemainUnchanged
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Invoke_CommandApduWithLargeDataBuffer_OrsHex10ToClaOnAllExceptLast
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Invoke_CommandApduWithLargeDataBuffer_SplitsDataAcrossInvokeCalls
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Invoke_CommandApduWithSmallData_InvokesNextTransformWithSameApdu
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Invoke_CommandApduWithSmallData_ReturnsNextTransformResponseAsIs
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Invoke_CommandApduWithoutData_InvokesNextTransformWithSameApdu
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Invoke_CommandApduWithoutData_ReturnsNextTransformResponseAsIs
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Invoke_NullCommandApdu_ThrowsArgumentNullException
Yubico.YubiKey.Pipelines.CommandChainingTransformTests ‑ Setup_Called_CallsNextTransformSetupMethod
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Cleanup_Called_CallsNextTransformCleanupMethod
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Invoke_BytesAvailableThenSuccess_CallsInvokeTwice
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Invoke_BytesAvailableThenSuccess_CallsInvokeWithCorrectIns
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Invoke_BytesAvailable_ReturnsLastStatusWord
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Invoke_BytesAvailble_ConcatsAllBuffers
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Invoke_Called_CallsNextTransformInvokeMethod
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Invoke_FailedResponseApdu_ReturnsResponse
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Invoke_NullArgument_ThrowsArgumentNullException
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Invoke_SuccessfulResponseApdu_ReturnsResponse
Yubico.YubiKey.Pipelines.OathResponseChainingTransformTests ‑ Setup_Called_CallsNextTransformSetupMethod
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Cleanup_Called_CallsNextTransformCleanupMethod
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Invoke_BytesAvailableThenSuccess_CallsInvokeTwice
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Invoke_BytesAvailableThenSuccess_CallsInvokeWithCorrectIns
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Invoke_BytesAvailable_ReturnsLastStatusWord
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Invoke_BytesAvailble_ConcatsAllBuffers
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Invoke_Called_CallsNextTransformInvokeMethod
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Invoke_FailedResponseApdu_ReturnsResponse
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Invoke_NullArgument_ThrowsArgumentNullException
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Invoke_SuccessfulResponseApdu_ReturnsResponse
Yubico.YubiKey.Pipelines.ResponseChainingTransformTests ‑ Setup_Called_CallsNextTransformSetupMethod
Yubico.YubiKey.Pipelines.Scp03ApduTransformTests ‑ Constructor_GivenNullPipeline_ThrowsArgumentNullException
Yubico.YubiKey.Pipelines.Scp03ApduTransformTests ‑ Constructor_GivenNullStaticKeys_ThrowsArgumentNullException
Yubico.YubiKey.Pipelines.Scp03ApduTransformTests ‑ Invoke_GivenPriorSetup_CorrectlyEncodesCommand
Yubico.YubiKey.Pipelines.SmartCardTransformTests ‑ Cleanup_DoesNothing
Yubico.YubiKey.Pipelines.SmartCardTransformTests ‑ Constructor_GivenNullConnection_ThrowsArgumentNullException
Yubico.YubiKey.Pipelines.SmartCardTransformTests ‑ Invoke_GivenCommandApdu_CallsTrasmitWithExactApdu
Yubico.YubiKey.Pipelines.SmartCardTransformTests ‑ Invoke_GivenCommandApdu_ReturnsExactResponseFromTransmit
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ Constructor_InvalidSlot_CorrectException(cStyle: 1, slotNum: 129)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ Constructor_InvalidSlot_CorrectException(cStyle: 1, slotNum: 249)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ Constructor_InvalidSlot_CorrectException(cStyle: 2, slotNum: 1)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ Constructor_InvalidSlot_CorrectException(cStyle: 2, slotNum: 155)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ Constructor_InvalidSlot_CorrectException(cStyle: 3, slotNum: 128)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ Constructor_InvalidSlot_CorrectException(cStyle: 4, slotNum: 159)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ Constructor_Property_SlotNum
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 1)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 2)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 3)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexF9(cStyle: 1)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexF9(cStyle: 2)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexF9(cStyle: 3)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 1, slotNum: 154)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 1, slotNum: 156)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 1, slotNum: 157)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 1, slotNum: 158)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 2, slotNum: 154)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 2, slotNum: 156)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 2, slotNum: 157)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 2, slotNum: 158)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 3, slotNum: 154)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 3, slotNum: 156)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 3, slotNum: 157)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsSlotNum(cStyle: 3, slotNum: 158)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.AttestCertCommandTests ‑ DefaultConstructor_NoSlot_CorrectException
Yubico.YubiKey.Piv.Commands.AttestCertResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.AttestCertResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.AttestCertResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.AttestCertResponseTests ‑ Constructor_SuccessResponseApdu_GetDataCorrect
Yubico.YubiKey.Piv.Commands.AttestCertResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.AttestCertResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.AttestCertResponseTests ‑ GetData_FailResponseApdu_Exception
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 1, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 1, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 2, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 2, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 3, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 3, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 4, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 4, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 5, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 5, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 9, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 9, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_BadSlotNum_CorrectException
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_NullCurrentPin_CorrectException
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_NullNewPin_CorrectException
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 6, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 6, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 7, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 7, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 8, slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 8, slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex24(slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex24(slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetNc_Returns16(slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetNc_Returns16(slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero(slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero(slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNum: 128)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNum: 129)
Yubico.YubiKey.Piv.Commands.ChangeRefCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_AuthenticationMethodBlockedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_BadPinResponseApdu_GetDataCorrectInt
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_BlockedPinResponseApdu_GetDataCorrectInt
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_SecurityStatusNotSatisfiedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_SuccessResponseApdu_GetDataCorrectInt
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ Constructor_WrongPinResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ GetData_FailResponseApdu_ThrowsException
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ GetData_SuccessResponseApdu_NoExceptionThrown
Yubico.YubiKey.Piv.Commands.ChangeRefResponseTests ‑ GetData_WrongPinResponseApdu_NoExceptionThrown
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ Constructor_BadKeyLen_ThrowsException(difference: -1)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ Constructor_BadKeyLen_ThrowsException(difference: 1)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ Constructor_NullMgmtKey_ThrowsException
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ Constructor_NullResponse_ThrowsException
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApduMutual_GetData_ReturnsCorrect
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApduSingle_GetData_ReturnsCorrect
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(isMutual: False)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(isMutual: True)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(isMutual: False)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(isMutual: True)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetNc_ReturnsCorrect(isMutual: False, length: 12)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetNc_ReturnsCorrect(isMutual: True, length: 24)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(isMutual: False)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(isMutual: True)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsThree(isMutual: False)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsThree(isMutual: True)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHex9B(isMutual: False)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHex9B(isMutual: True)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyCommandTests ‑ Mutual_CreateResponse_CorrectType
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorMutual_GetData_CorrectResult(responseFlag: 0, expectedAuth: MutualFullyAuthenticated)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorMutual_GetData_CorrectResult(responseFlag: 2, expectedAuth: MutualOffCardAuthenticationFailed)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorMutual_ResponseApdu_SetsStatusCorrectly(responseFlag: 0, status: Success)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorMutual_ResponseApdu_SetsStatusCorrectly(responseFlag: 2, status: AuthenticationRequired)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorMutual_ResponseApdu_SetsStatusCorrectly(responseFlag: 32, status: Failed)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorMutual_ResponseApdu_SetsStatusWordCorrectly(responseFlag: 0, statusWord: -28672)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorMutual_ResponseApdu_SetsStatusWordCorrectly(responseFlag: 2, statusWord: 27013)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorMutual_ResponseApdu_SetsStatusWordCorrectly(responseFlag: 32, statusWord: 27265)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_GetDataNonEmptyYubiKeyAuthenticationResponse_ThrowsException
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_GetData_CorrectResult(responseFlag: 1, expectedAuth: SingleAuthenticated)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_GetData_CorrectResult(responseFlag: 2, expectedAuth: SingleAuthenticationFailed)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_ResponseApdu_SetsStatusCorrectly(responseFlag: 1, status: Success)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_ResponseApdu_SetsStatusCorrectly(responseFlag: 2, status: AuthenticationRequired)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_ResponseApdu_SetsStatusCorrectly(responseFlag: 32, status: Failed)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_ResponseApdu_SetsStatusWordCorrectly(responseFlag: 1, statusWord: -28672)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_ResponseApdu_SetsStatusWordCorrectly(responseFlag: 2, statusWord: 27013)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ConstructorSingle_ResponseApdu_SetsStatusWordCorrectly(responseFlag: 32, statusWord: 27265)
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ Constructor_NullResponseApdu_ThrowsException
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ ErrorInput_GetData_ThrowException
Yubico.YubiKey.Piv.Commands.CompleteAuthMgmtKeyResponseTests ‑ YubiKeyFailAuth_GetData_CorrectResult
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_BadData_ThrowsException(badFlag: -1)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_BadData_ThrowsException(badFlag: 1)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 0)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 128)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 129)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 153)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 155)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 249)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 130, algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 131, algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(algorithm: Rsa1024, expected: 136)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(algorithm: Rsa2048, expected: 266)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(algorithm: Rsa1024)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

3615 tests found (test 1739 to 2276)

There are 3615 tests, see "Raw output" for the list of tests 1739 to 2276.
Raw output
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNumber: 146, algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNumber: 158, algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.DecryptCommandTests ‑ FullConstructor_NullData_ThrowsException
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: -28672)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: 27010)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: 27265)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: -28672, expectedStatus: Success)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: 27010, expectedStatus: AuthenticationRequired)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: 27265, expectedStatus: Failed)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ FailResponseApdu_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ GetData_ErrorResponse_Exception
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ GetData_NoAuth_Exception
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ GetData_ReturnsDecrypted(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ GetData_ReturnsDecrypted(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ GetData_Success_NoExceptionThrown(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.DecryptResponseTests ‑ GetData_Success_NoExceptionThrown(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_BadAlgorithm_ThrowsException(cStyle: 1, algorithm: None)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_BadAlgorithm_ThrowsException(cStyle: 2, algorithm: TripleDes)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_BadAlgorithm_ThrowsException(cStyle: 3, algorithm: Pin)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 1, slotNumber: 150)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 1, slotNumber: 155)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 2, slotNumber: 128)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 3, slotNumber: 129)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_Property_Algorithm
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_Property_PinPolicy
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_Property_SlotNum
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ Constructor_Property_TouchPolicy
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_DefaultPinGetData_ReturnsCorrect(cStyle: 1, pinPolicy: None)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_DefaultPinGetData_ReturnsCorrect(cStyle: 2, pinPolicy: Default)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_DefaultPinGetData_ReturnsCorrect(cStyle: 4, pinPolicy: Always)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_DefaultPinGetData_ReturnsCorrect(cStyle: 5, pinPolicy: Always)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_DefaultTouchGetData_ReturnsCorrect(cStyle: 1, touchPolicy: None)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_DefaultTouchGetData_ReturnsCorrect(cStyle: 2, touchPolicy: Default)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_DefaultTouchGetData_ReturnsCorrect(cStyle: 6, touchPolicy: Always)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_DefaultTouchGetData_ReturnsCorrect(cStyle: 7, touchPolicy: Always)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectAlg(cStyle: 1, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectAlg(cStyle: 2, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectAlg(cStyle: 3, algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectAlg(cStyle: 4, algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectPinPolicy(cStyle: 1, pinPolicy: Never)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectPinPolicy(cStyle: 2, pinPolicy: Once)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectPinPolicy(cStyle: 3, pinPolicy: Always)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectPrefix(cStyle: 1)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectPrefix(cStyle: 2)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectPrefix(cStyle: 3)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectTouchPolicy(cStyle: 1, touchPolicy: Never)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectTouchPolicy(cStyle: 2, touchPolicy: Cached)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrectTouchPolicy(cStyle: 3, touchPolicy: Always)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex47(cStyle: 1)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex47(cStyle: 2)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex47(cStyle: 3)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, pinPolicy: Always, touchPolicy: Cached, expectedLength: 11)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, pinPolicy: None, touchPolicy: None, expectedLength: 5)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, pinPolicy: Once, touchPolicy: Default, expectedLength: 8)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, pinPolicy: Default, touchPolicy: Default, expectedLength: 5)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, pinPolicy: None, touchPolicy: Default, expectedLength: 5)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, pinPolicy: None, touchPolicy: Never, expectedLength: 8)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, pinPolicy: Default, touchPolicy: Never, expectedLength: 8)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, pinPolicy: Once, touchPolicy: None, expectedLength: 8)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 8, pinPolicy: Always, touchPolicy: Always, expectedLength: 5)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 9, pinPolicy: Always, touchPolicy: Always, expectedLength: 5)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 1, slotNumber: 154)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 2, slotNumber: 130)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 3, slotNumber: 131)
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ NoArgConstructor_NoAlg_ThrowsException
Yubico.YubiKey.Piv.Commands.GenPairCommandTests ‑ NoArgConstructor_NoSlot_ThrowsException
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_InvalidAlgorithm_ThrowsException
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_InvalidSlot_ThrowsException(slotNumber: 128)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_InvalidSlot_ThrowsException(slotNumber: 129)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_InvalidSlot_ThrowsException(slotNumber: 155)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_InvalidSlot_ThrowsException(slotNumber: 17)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_NullResponseApdu_ThrowsException
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsAlgorithmCorrectly(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsAlgorithmCorrectly(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsAlgorithmCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsAlgorithmCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsSlotNumCorrectly(slotNumber: 130)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsSlotNumCorrectly(slotNumber: 149)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsSlotNumCorrectly(slotNumber: 154)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsSlotNumCorrectly(slotNumber: 156)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsStatusCorrectly(responseStatus: AuthenticationRequired)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsStatusCorrectly(responseStatus: Failed)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsStatusCorrectly(responseStatus: Success)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsStatusWordCorrectly(responseStatus: AuthenticationRequired, expectedStatusWord: 27010)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsStatusWordCorrectly(responseStatus: Failed, expectedStatusWord: 27265)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ Constructor_SetsStatusWordCorrectly(responseStatus: Success, expectedStatusWord: -28672)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_AuthenticationRequiredResponse_ThrowsException(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_AuthenticationRequiredResponse_ThrowsException(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_AuthenticationRequiredResponse_ThrowsException(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_AuthenticationRequiredResponse_ThrowsException(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_FailResponse_ThrowsException(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_FailResponse_ThrowsException(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_FailResponse_ThrowsException(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_FailResponse_ThrowsException(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_InvalidKeyData_ThrowsException(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_InvalidKeyData_ThrowsException(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_InvalidKeyData_ThrowsException(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_InvalidKeyData_ThrowsException(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_ReturnsCorrectData(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_ReturnsCorrectData(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_ReturnsCorrectData(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.GenPairResponseTests ‑ GetData_ReturnsCorrectData(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(cStyle: 1)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(cStyle: 2)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(cStyle: 3)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(cStyle: 4)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_BadTag_CorrectException(cStyle: 1)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_BadTag_CorrectException(cStyle: 2)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_BadTag_CorrectException(cStyle: 3)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_BadTag_CorrectException(cStyle: 4)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_Property_Tag(tag: BiometricGroupTemplate)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_Property_Tag(tag: Capability)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_Property_Tag(tag: Chuid)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_Property_Tag(tag: Discovery)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ Constructor_Property_Tag(tag: IrisImages)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 1, tag: SecurityObject)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 2, tag: Signature)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 3, tag: Retired1)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 4, tag: Retired10)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexCB(cStyle: 1, tag: Retired2)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexCB(cStyle: 2, tag: Capability)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexCB(cStyle: 3, tag: SecureMessageSigner)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexCB(cStyle: 4, tag: Retired10)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetLc_ReturnsCorrect(cStyle: 1, tag: Discovery, expectedLength: 3)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetLc_ReturnsCorrect(cStyle: 2, tag: CardAuthentication, expectedLength: 5)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetLc_ReturnsCorrect(cStyle: 3, tag: KeyManagement, expectedLength: 5)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetLc_ReturnsCorrect(cStyle: 4, tag: Retired3, expectedLength: 5)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetLe_ReturnsZero(cStyle: 1, tag: Discovery)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetLe_ReturnsZero(cStyle: 2, tag: CardAuthentication)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetLe_ReturnsZero(cStyle: 3, tag: KeyManagement)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetLe_ReturnsZero(cStyle: 4, tag: Chuid)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex3F(cStyle: 1, tag: Fingerprints)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex3F(cStyle: 2, tag: Signature)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex3F(cStyle: 3, tag: Printed)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex3F(cStyle: 4, tag: Capability)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHexFF(cStyle: 1, tag: KeyManagement)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHexFF(cStyle: 2, tag: Retired4)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHexFF(cStyle: 3, tag: Discovery)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHexFF(cStyle: 4, tag: CardAuthentication)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Authentication)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: BiometricGroupTemplate)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Capability)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: CardAuthentication)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Chuid)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Discovery)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: FacialImage)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Fingerprints)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: IrisImages)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: KeyHistory)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: KeyManagement)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: PairingCodeReferenceData)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Printed)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired1)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired10)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired11)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired12)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired13)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired14)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired15)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired16)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired17)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired18)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired19)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired2)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired20)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired3)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired4)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired5)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired6)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired7)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired8)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Retired9)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: SecureMessageSigner)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: SecurityObject)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetCommandApdu_Data_Correct(tag: Signature)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ GetDiscovery_Data_Correct
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 126)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 32609)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6225920)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291200)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291201)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291216)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291217)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291218)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291219)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291220)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291221)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_CmdApdu_Correct(tag: 6291455)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_InvalidTag_Exception(tag: 0)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_InvalidTag_Exception(tag: 127)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_InvalidTag_Exception(tag: 23068417)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ IntTag_InvalidTag_Exception(tag: 4369)
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ NoArgConstructor_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.GetDataCommandTests ‑ NoTag_GetApdu_CorrectException
Yubico.YubiKey.Piv.Commands.GetDataResponseTests ‑ Construct_FailResponseApdu_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.GetDataResponseTests ‑ Constructor_DataNotFoundResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.GetDataResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.GetDataResponseTests ‑ Constructor_SuccessResponseApdu_GetCorrectData
Yubico.YubiKey.Piv.Commands.GetDataResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.GetDataResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ Constructor_BadSlot_CorrectException
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ Constructor_Property_SlotNum
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 1, slotNumber: 155)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 2, slotNumber: 128)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 3, slotNumber: 129)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 1, slotNumber: 149)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 2, slotNumber: 146)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 3, slotNumber: 131)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexF7(cStyle: 1, slotNumber: 154)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexF7(cStyle: 2, slotNumber: 156)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexF7(cStyle: 3, slotNumber: 157)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 1, slotNumber: 132)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 2, slotNumber: 133)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 3, slotNumber: 134)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 1, slotNumber: 135)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 2, slotNumber: 136)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 3, slotNumber: 137)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero(cStyle: 1, slotNumber: 158)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero(cStyle: 2, slotNumber: 144)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero(cStyle: 3, slotNumber: 145)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlot(cStyle: 1, slotNumber: 146)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlot(cStyle: 2, slotNumber: 147)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlot(cStyle: 3, slotNumber: 148)
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ NoArgConstructor_BadSlot_CorrectException
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ NoArgConstructor_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.GetMetadataCommandTests ‑ NoArgConstructor_NoSlot_CorrectException
Yubico.YubiKey.Piv.Commands.GetMetadataResponseTests ‑ Construct_FailResponseApdu_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.GetMetadataResponseTests ‑ Constructor_DataNotFoundResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.GetMetadataResponseTests ‑ Constructor_DataNotFoundResponseApdu_ThrowsException
Yubico.YubiKey.Piv.Commands.GetMetadataResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.GetMetadataResponseTests ‑ Constructor_SuccessResponseApdu_GetCorrectData
Yubico.YubiKey.Piv.Commands.GetMetadataResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.GetMetadataResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexF8
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Piv.Commands.GetSerialNumberCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Construct_FailResponseApdu_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Construct_ShortResponseApdu_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Constructor_FailResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Constructor_FailResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ FailResponseApdu_WithData_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Serial_ExtraData_NumberEqualsFirstFour
Yubico.YubiKey.Piv.Commands.GetSerialNumberResponseTests ‑ Serial_GivenResponseApdu_NumberEqualsInput
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(cStyle: 1, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(cStyle: 2, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(cStyle: 3, algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(cStyle: 4, algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 1, slotNumber: 155)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 2, slotNumber: 128)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 3, slotNumber: 129)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 4, slotNumber: 0)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 5, slotNumber: 150)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 6, slotNumber: 248)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 7, slotNumber: 250)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 8, slotNumber: 153)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(cStyle: 9, slotNumber: 159)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_NoSlotNumber_ThrowsException
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_Property_PinPolicy
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_Property_SlotNum
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ Constructor_Property_TouchPolicy
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsKeyData(cStyle: 1, algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsKeyData(cStyle: 2, algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsKeyData(cStyle: 3, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsKeyData(cStyle: 4, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: Always, touchPolicy: Always)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: Always, touchPolicy: Default)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: Default, touchPolicy: Always)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: Default, touchPolicy: Default)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: Never, touchPolicy: Never)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: None, touchPolicy: Cached)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: None, touchPolicy: None)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: Once, touchPolicy: Cached)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 1, pinPolicy: Once, touchPolicy: None)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 2, pinPolicy: Always, touchPolicy: Never)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 2, pinPolicy: Default, touchPolicy: Never)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 2, pinPolicy: Never, touchPolicy: Cached)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 2, pinPolicy: Never, touchPolicy: None)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 2, pinPolicy: None, touchPolicy: Always)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 2, pinPolicy: None, touchPolicy: Default)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 2, pinPolicy: Once, touchPolicy: Always)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 2, pinPolicy: Once, touchPolicy: Default)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 3, pinPolicy: Always, touchPolicy: Cached)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 3, pinPolicy: Always, touchPolicy: None)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 3, pinPolicy: Default, touchPolicy: Cached)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 3, pinPolicy: Default, touchPolicy: None)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 3, pinPolicy: Never, touchPolicy: Always)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 3, pinPolicy: Never, touchPolicy: Default)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 3, pinPolicy: None, touchPolicy: Never)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 3, pinPolicy: Once, touchPolicy: Never)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 4, pinPolicy: None, touchPolicy: Never)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 5, pinPolicy: None, touchPolicy: Cached)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 6, pinPolicy: Once, touchPolicy: None)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 7, pinPolicy: Always, touchPolicy: None)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 8, pinPolicy: Default, touchPolicy: Default)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsPolicy(cStyle: 9, pinPolicy: Default, touchPolicy: Default)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFE(cStyle: 1)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFE(cStyle: 2)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFE(cStyle: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: EccP256, pinPolicy: Default, touchPolicy: Default, expectedPolicyLength: 0)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: EccP256, pinPolicy: Once, touchPolicy: Always, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: EccP384, pinPolicy: None, touchPolicy: Always, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: EccP384, pinPolicy: Once, touchPolicy: None, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: Rsa1024, pinPolicy: Always, touchPolicy: Cached, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: Rsa1024, pinPolicy: Never, touchPolicy: Never, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: Rsa1024, pinPolicy: None, touchPolicy: None, expectedPolicyLength: 0)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: Rsa2048, pinPolicy: Always, touchPolicy: Default, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 1, algorithm: Rsa2048, pinPolicy: Default, touchPolicy: Cached, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, algorithm: EccP256, pinPolicy: Always, touchPolicy: Never, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, algorithm: EccP256, pinPolicy: Never, touchPolicy: None, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, algorithm: EccP384, pinPolicy: Default, touchPolicy: Never, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, algorithm: EccP384, pinPolicy: Once, touchPolicy: Cached, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, algorithm: Rsa1024, pinPolicy: None, touchPolicy: Cached, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, algorithm: Rsa1024, pinPolicy: Once, touchPolicy: Default, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, algorithm: Rsa2048, pinPolicy: Never, touchPolicy: Always, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 2, algorithm: Rsa2048, pinPolicy: None, touchPolicy: Default, expectedPolicyLength: 0)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, algorithm: EccP256, pinPolicy: Never, touchPolicy: Cached, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, algorithm: EccP256, pinPolicy: None, touchPolicy: Never, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, algorithm: EccP384, pinPolicy: Always, touchPolicy: Always, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, algorithm: EccP384, pinPolicy: Never, touchPolicy: Default, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, algorithm: Rsa1024, pinPolicy: Always, touchPolicy: None, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, algorithm: Rsa1024, pinPolicy: Default, touchPolicy: Always, expectedPolicyLength: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, algorithm: Rsa2048, pinPolicy: Default, touchPolicy: None, expectedPolicyLength: 0)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(cStyle: 3, algorithm: Rsa2048, pinPolicy: Once, touchPolicy: Never, expectedPolicyLength: 6)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(cStyle: 1, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(cStyle: 2, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(cStyle: 3, algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(cStyle: 4, algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 1, slotNumber: 149)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 2, slotNumber: 130)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 3, slotNumber: 131)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 4, slotNumber: 132)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 5, slotNumber: 133)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 6, slotNumber: 134)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 7, slotNumber: 135)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 8, slotNumber: 136)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(cStyle: 9, slotNumber: 137)
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ FullConstructor_NullKeyData_ThrowsException
Yubico.YubiKey.Piv.Commands.ImportKeyCommandTests ‑ InitConstructor_NullKeyData_ThrowsException
Yubico.YubiKey.Piv.Commands.ImportKeyResponseTests ‑ Constructor_NullResponseApdu_ThrowsException
Yubico.YubiKey.Piv.Commands.ImportKeyResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: -28672, expected: Success)
Yubico.YubiKey.Piv.Commands.ImportKeyResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: 27010, expected: AuthenticationRequired)
Yubico.YubiKey.Piv.Commands.ImportKeyResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: 27265, expected: Failed)
Yubico.YubiKey.Piv.Commands.ImportKeyResponseTests ‑ Constructor_SetsStatusWordCorrectly(expectedStatusWord: -28672)
Yubico.YubiKey.Piv.Commands.ImportKeyResponseTests ‑ Constructor_SetsStatusWordCorrectly(expectedStatusWord: 27010)
Yubico.YubiKey.Piv.Commands.ImportKeyResponseTests ‑ Constructor_SetsStatusWordCorrectly(expectedStatusWord: 27265)
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_FailResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_FailResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_FailResponseApdu_ThrowOnGetData
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_InvalidL1_CorrectException
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_InvalidLength_CorrectException
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_InvalidT0_CorrectException
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_InvalidT2_CorrectException
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_SuccessResponseApdu_GetDataCorrectBool(isMutual: False)
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_SuccessResponseApdu_GetDataCorrectBool(isMutual: True)
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_SuccessResponseApdu_GetDataCorrectBytes
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.InitAuthMgmtKeyResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(constructor: 0)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(constructor: 1)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(constructor: 2)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(constructor: 0, tag2: 129)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(constructor: 1, tag2: 128)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(constructor: 2, tag2: 128)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(constructor: 0)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(constructor: 1)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(constructor: 2)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetNc_Returns4(constructor: 0)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetNc_Returns4(constructor: 1)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetNc_Returns4(constructor: 2)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(constructor: 0)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(constructor: 1)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(constructor: 2)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsThree(constructor: 0)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsThree(constructor: 1)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsThree(constructor: 2)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHex9B(constructor: 0)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHex9B(constructor: 1)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHex9B(constructor: 2)
Yubico.YubiKey.Piv.Commands.InitializeAuthenticateManagementKeyCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_BadData_ThrowsException(badFlag: -1)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_BadData_ThrowsException(badFlag: 1)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 0, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 128, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 129, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 153, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 155, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 249, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 130, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 131, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(algorithm: EccP256, expected: 71)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(algorithm: EccP384, expected: 103)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNumber: 147, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNumber: 158, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ FullConstructor_NullData_ThrowsException
Yubico.YubiKey.Piv.Commands.KeyAgreeCommandTests ‑ InitConstructor_NullData_ThrowsException
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: -28672)
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: 27010)
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: 27265)
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: -28672, expectedStatus: Success)
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: 27010, expectedStatus: AuthenticationRequired)
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: 27265, expectedStatus: Failed)
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ FailResponseApdu_FunctionNotSupported_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ FailResponseApdu_WarningNvmUnchanged_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ GetData_NoAuth_Exception
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ GetData_ReturnsSharedSecret(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.KeyAgreeResponseTests ‑ GetData_ReturnsSharedSecret(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.PivResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullException
Yubico.YubiKey.Piv.Commands.PivResponseTests ‑ StatusWord_GivenResponseApdu_EqualsSWField
Yubico.YubiKey.Piv.Commands.PivResponseTests ‑ Status_GivenFailedResponseApdu_ReturnsFailed
Yubico.YubiKey.Piv.Commands.PivResponseTests ‑ Status_GivenSuccessfulResponseApdu_ReturnsSuccess
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(constructorToUse: 1)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(constructorToUse: 2)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue(constructorToUse: 3)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Application_Piv(constructorToUse: 1)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Application_Piv(constructorToUse: 2)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Application_Piv(constructorToUse: 3)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_IntTag_ValidObject(constructorToUse: 2)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_IntTag_ValidObject(constructorToUse: 3)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 1, tag: KeyHistory)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 1, tag: PairingCodeReferenceData)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 1, tag: Retired1)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 1, tag: Signature)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 2, tag: KeyHistory)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 2, tag: PairingCodeReferenceData)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 2, tag: Retired1)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 2, tag: Signature)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 3, tag: KeyHistory)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 3, tag: PairingCodeReferenceData)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 3, tag: Retired1)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_EncodedData(constructorToUse: 3, tag: Signature)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_Tag(tag: Capability)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_Tag(tag: Chuid)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_Tag(tag: Fingerprints)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ Constructor_Property_Tag(tag: IrisImages)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Authentication)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Capability)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: CardAuthentication)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Chuid)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: FacialImage)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Fingerprints)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: IrisImages)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: KeyManagement)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: PairingCodeReferenceData)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired1)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired10)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired11)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired12)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired13)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired14)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired15)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired16)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired17)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired18)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired19)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired2)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired20)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired3)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired4)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired5)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired6)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired7)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired8)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Retired9)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: SecureMessageSigner)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: SecurityObject)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DataTagConstructor_CmdApdu_Correct(tag: Signature)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DisallowedTag_ThrowsException(constructorToUse: 1, tag: Discovery)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DisallowedTag_ThrowsException(constructorToUse: 2, tag: Discovery)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ DisallowedTag_ThrowsException(constructorToUse: 3, tag: Discovery)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ NoArgConstructer_NoData_CorrectException
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ NoArgConstructer_NoSet_CorrectException
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ ProtectedConstructor_CmdApdu_Correct(tag: 6275337)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ ProtectedConstructor_CmdApdu_Correct(tag: 6291200)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ ProtectedConstructor_CmdApdu_Correct(tag: 6291201)
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ SetProperties_New_MatchesOld
Yubico.YubiKey.Piv.Commands.PutDataCommandTests ‑ SetProperties_Old_MatchesNew
Yubico.YubiKey.Piv.Commands.PutDataResponseTests ‑ Constructor_AuthFailed_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.PutDataResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.PutDataResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.PutDataResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.PutDataResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

3615 tests found (test 2277 to 2934)

There are 3615 tests, see "Raw output" for the list of tests 2277 to 2934.
Raw output
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFB
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Piv.Commands.ResetPivCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.ResetPivResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ResetPivResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.ResetPivResponseTests ‑ Constructor_NotMetResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ResetPivResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ResetPivResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 1, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 2, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 3, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 4, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 5, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 6, pinLength: 1)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 6, pinLength: 2)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 6, pinLength: 3)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 6, pinLength: 4)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 6, pinLength: 5)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 6, pinLength: 9)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_BadPin_CorrectException(pukLength: 9, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_NullNewPin_CorrectException
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ Constructor_NullPuk_CorrectException
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 6, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 6, pinLength: 7)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 6, pinLength: 8)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 7, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 7, pinLength: 7)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 7, pinLength: 8)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 8, pinLength: 6)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 8, pinLength: 7)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPukAndPin(pukLength: 8, pinLength: 8)
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex2C
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetNc_Returns16
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum
Yubico.YubiKey.Piv.Commands.ResetRetryCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_AuthenticationMethodBlockedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_BadPinResponseApdu_GetDataCorrectInt
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_BlockedPinResponseApdu_GetDataCorrectInt
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_FailResponseApdu_ThrowIfGetData
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_SecurityStatusNotSatisfiedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_SuccessResponseApdu_GetDataCorrectInt
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.ResetRetryResponseTests ‑ Constructor_WrongPinResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ Constructor_Property_TouchPolicy
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsKey(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsKey(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsKey(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsKey(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFF(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFF(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFF(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFF(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetNc_Returns27(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetNc_Returns27(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetNc_Returns27(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetNc_Returns27(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHexFF(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHexFF(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHexFF(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHexFF(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPolicy(cStyle: 1, policy: Always, p2Val: 254)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPolicy(cStyle: 1, policy: None, p2Val: 255)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPolicy(cStyle: 2, policy: Cached, p2Val: 253)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPolicy(cStyle: 2, policy: Default, p2Val: 255)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPolicy(cStyle: 3, policy: Never, p2Val: 255)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetManagementKeyCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetManagementKeyResponseTests ‑ Constructor_AuthReqdResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.SetManagementKeyResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.SetManagementKeyResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.SetManagementKeyResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.SetManagementKeyResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ Constructor_BadCount_CorrectException(pinCount: 0, pukCount: 4)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ Constructor_BadCount_CorrectException(pinCount: 4, pukCount: 0)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ Constructor_Property_PinRetryCount
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ Constructor_Property_PukRetryCount
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 5)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 6)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 7)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(cStyle: 8)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 5)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 6)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 7)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty(cStyle: 8)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFA(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFA(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFA(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFA(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFA(cStyle: 5)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFA(cStyle: 6)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFA(cStyle: 7)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFA(cStyle: 8)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 5)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 6)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 7)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero(cStyle: 8)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 1)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 2)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 4)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 5)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 6)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 7)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero(cStyle: 8)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsPinRetries(cStyle: 1, count: 20, expected: 20)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsPinRetries(cStyle: 2, count: 1, expected: 1)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsPinRetries(cStyle: 3, count: 255, expected: 255)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsPinRetries(cStyle: 4, count: 33, expected: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsPinRetries(cStyle: 5, count: 51, expected: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsPinRetries(cStyle: 6, count: 100, expected: 100)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsPinRetries(cStyle: 7, count: 44, expected: 44)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsPinRetries(cStyle: 8, count: 88, expected: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPukRetries(cStyle: 1, count: 20, expected: 20)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPukRetries(cStyle: 2, count: 1, expected: 1)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPukRetries(cStyle: 3, count: 255, expected: 255)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPukRetries(cStyle: 4, count: 33, expected: 33)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPukRetries(cStyle: 5, count: 51, expected: 51)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPukRetries(cStyle: 6, count: 100, expected: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPukRetries(cStyle: 7, count: 44, expected: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsPukRetries(cStyle: 8, count: 88, expected: 3)
Yubico.YubiKey.Piv.Commands.SetPinRetriesCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.SetPinRetriesResponseTests ‑ Constructor_AuthReqdResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.SetPinRetriesResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.SetPinRetriesResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.SetPinRetriesResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.SetPinRetriesResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadDigestData_ThrowsException(badKeyNum: 1)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadDigestData_ThrowsException(badKeyNum: 2)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadDigestData_ThrowsException(badKeyNum: 3)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadDigestData_ThrowsException(badKeyNum: 4)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadDigestData_ThrowsException(badKeyNum: 5)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadDigestData_ThrowsException(badKeyNum: 6)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadDigestData_ThrowsException(badKeyNum: 7)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadDigestData_ThrowsException(badKeyNum: 8)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 0)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 128)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 129)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 153)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 155)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_BadSlotNumber_ThrowsException(slotNumber: 249)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 130, algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 131, algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 154, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ Constructor_Property_SlotNum(slotNumber: 156, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetData_ReturnsCorrect(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex87(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(algorithm: EccP256, expected: 38)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(algorithm: EccP384, expected: 54)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(algorithm: Rsa1024, expected: 136)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrect(algorithm: Rsa2048, expected: 266)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetNeProperty_ReturnsZero(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsAlgorithm(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNumber: 146, algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNumber: 147, algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNumber: 157, algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsSlotNum(slotNumber: 158, algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.SignCommandTests ‑ FullConstructor_NullDigestData_ThrowsException
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: -28672)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: 27010)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ Constructor_SetsStatusCorrectly(statusWord: 27265)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: -28672, expectedStatus: Success)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: 27010, expectedStatus: AuthenticationRequired)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ Constructor_SetsStatusWordCorrectly(statusWord: 27265, expectedStatus: Failed)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ FailResponseApdu_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ GetData_NoAuth_Exception
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ GetData_ReturnsSignature(algorithm: EccP256)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ GetData_ReturnsSignature(algorithm: EccP384)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ GetData_ReturnsSignature(algorithm: Rsa1024)
Yubico.YubiKey.Piv.Commands.SignResponseTests ‑ GetData_ReturnsSignature(algorithm: Rsa2048)
Yubico.YubiKey.Piv.Commands.TripleDesTests ‑ Constructor_WrongKeyLength_ThrowsException(keyLength: 16)
Yubico.YubiKey.Piv.Commands.TripleDesTests ‑ Constructor_WrongKeyLength_ThrowsException(keyLength: 23)
Yubico.YubiKey.Piv.Commands.TripleDesTests ‑ Constructor_WrongKeyLength_ThrowsException(keyLength: 25)
Yubico.YubiKey.Piv.Commands.TripleDesTests ‑ Constructor_WrongKeyLength_ThrowsException(keyLength: 8)
Yubico.YubiKey.Piv.Commands.TripleDesTests ‑ RunVector_CorrectResult
Yubico.YubiKey.Piv.Commands.TripleDesTests ‑ SetParity_CorrectResult
Yubico.YubiKey.Piv.Commands.TripleDesTests ‑ ThreeBlocks_ProcessesAll
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 1)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 2)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 3)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 4)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 5)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ Constructor_BadPin_CorrectException(pinLength: 9)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ Constructor_NullPin_CorrectException
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsCorrectLength(pinLength: 6)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsCorrectLength(pinLength: 7)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsCorrectLength(pinLength: 8)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 6)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 7)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsPin(pinLength: 8)
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex20
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetNc_Returns8
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsHex80
Yubico.YubiKey.Piv.Commands.VerifyPinCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_AuthenticationMethodBlockedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_BadPinResponseApdu_RetryCorrect
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_BlockedPinResponseApdu_RetryCorrect
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_ErrorResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_FailResponseApdu_ThrowIfGetData
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_SecurityStatusNotSatisfiedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_SuccessResponseApdu_RetryCountCorrect
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.VerifyPinResponseTests ‑ Constructor_WrongPinResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ ClassType_DerivedFromPivCommand_IsTrue
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ Constructor_Application_Piv
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ CreateCommandApdu_GetData_ReturnsEmpty
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHexFD
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ CreateCommandApdu_GetNc_ReturnsZero
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Piv.Commands.VersionCommandTests ‑ CreateResponseForApdu_ReturnsCorrectType
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Construct_FailResponseApdu_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Construct_ShortResponseApdu_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Constructor_FailResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Constructor_FailResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ FailResponseApdu_WithData_ExceptionOnGetData
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Version_GivenResponseApdu_MajorEqualsFirstByte
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Version_GivenResponseApdu_MinorEqualsSecondByte
Yubico.YubiKey.Piv.Commands.VersionResponseTests ‑ Version_GivenResponseApdu_PatchEqualsThirdByte
Yubico.YubiKey.Piv.KeyTests ‑ DesReplace
Yubico.YubiKey.Piv.KeyTests ‑ DesWeak
Yubico.YubiKey.Piv.KeyTests ‑ DesWeak_Matching
Yubico.YubiKey.Piv.KeyTests ‑ TDesKey
Yubico.YubiKey.Piv.KeyTests ‑ TDesWeakKey
Yubico.YubiKey.Piv.KeyTests ‑ TDes_Double
Yubico.YubiKey.Piv.Objects.AdminTests ‑ BitFieldPinProtected_Encode_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ BitFieldZero_Encode_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Constructor_DataTag_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Constructor_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Constructor_IsEmpty_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Constructor_PinProtected_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Constructor_PukBlocked_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Decode_TwoBitFields_ReturnsFalse
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Decode_TwoDates_ReturnsFalse
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Decode_TwoSalts_ReturnsFalse
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Encode_Empty_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ FullDecode_DateCorrect
Yubico.YubiKey.Piv.Objects.AdminTests ‑ FullDecode_NotEmpty
Yubico.YubiKey.Piv.Objects.AdminTests ‑ FullDecode_PinProtectedCorrect
Yubico.YubiKey.Piv.Objects.AdminTests ‑ FullDecode_PukBlockedCorrect
Yubico.YubiKey.Piv.Objects.AdminTests ‑ FullDecode_SaltCorrect
Yubico.YubiKey.Piv.Objects.AdminTests ‑ FullObject_Encode_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ Salt_Encode_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetSalt_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetSalt_LengthZero_NotEmpty
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetSalt_Null_NotEmpty
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetSalt_ThenNull_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_DataTag_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 126)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 23068432)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 32609)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 6275329)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 6275332)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 6275333)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 6275338)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 6275339)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 6275341)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 6275360)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTag_InvalidTag_Throws(newTag: 6291201)
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTime_Current_NotEmpty
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTime_Current_NotNull
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTime_NotCurrent_Null
Yubico.YubiKey.Piv.Objects.AdminTests ‑ SetTime_Null_NotEmpty
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_CardType_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_ContainerVersionNumber_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_DataModel_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_DataTag_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_GrammarVersionNumber_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_IsEmpty_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_ManId_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Constructor_P15_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidFixedValue_Throws(offset: 27, alternateValue: 49)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidFixedValue_Throws(offset: 30, alternateValue: 49)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidFixedValue_Throws(offset: 35, alternateValue: 33)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidFixedValue_Throws(offset: 38, alternateValue: 2)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUniqueIdLength_Throws
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUniqueId_Throws
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUnused_Throws(offset: 32)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUnused_Throws(offset: 40)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUnused_Throws(offset: 42)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUnused_Throws(offset: 44)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUnused_Throws(offset: 46)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUnused_Throws(offset: 48)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUnused_Throws(offset: 50)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_InvalidUnused_Throws(offset: 52)
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_NoData_Empty
Yubico.YubiKey.Piv.Objects.CccTests ‑ Decode_Valid_CorrectCardId
Yubico.YubiKey.Piv.Objects.CccTests ‑ Encode_Empty_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ Encode_Valid_CorrectData
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetCardId_CompareProperty_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetCardId_Valid_NotEmpty
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetRandomCardId_Valid_NotEmpty
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_DataTag_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 126)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 23068432)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 32609)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 6275329)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 6275332)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 6275333)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 6275338)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 6275339)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 6275341)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 6275360)
Yubico.YubiKey.Piv.Objects.CccTests ‑ SetTag_InvalidTag_Throws(newTag: 6291201)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Constructor_DataTag_Correct
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Constructor_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Constructor_IsEmpty_Correct
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Decode_InvalidDate_Throws
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Decode_InvalidFascn_Throws
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Decode_InvalidGuid_Throws
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Decode_InvalidLrc_Throws
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Decode_InvalidSig_Throws
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Decode_NoData_Empty
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Decode_Valid_CorrectGuid
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Decode_Valid_IsEmptyFalse
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Encode_Empty_Correct
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ Encode_Valid_CorrectData
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ RandomGuid_Valid_NotEmpty
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetGuid_BadLength_Throws
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetGuid_Valid_CorrectData
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetGuid_Valid_NotEmpty
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_DataTag_Correct
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 126)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 23068432)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 32609)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 6275329)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 6275332)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 6275333)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 6275338)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 6275339)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 6275341)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 6275360)
Yubico.YubiKey.Piv.Objects.ChuidTests ‑ SetTag_InvalidTag_Throws(newTag: 6291201)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Constructor_DataTag_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Constructor_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Constructor_IsEmpty_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Constructor_OffCardCerts_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Constructor_OnCardCerts_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Constructor_Url_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Decode_OffCard_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Decode_OnCard_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Decode_WithUrl_CorrectUrl
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Decode_ZeroAndNoUrl_CorrectOffCard
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Decode_ZeroAndNoUrl_CorrectOnCard
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Decode_ZeroAndNoUrl_NullUrl
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Encode_Empty_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Encode_SetUrl_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Encode_ZeroOffCard_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ Encode_ZeroOnCard_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ LongUrl_Throws
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOffCardAndUrl_SetZero_UrlNull
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOffCardAndUrl_Valid_NotEmpty
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOffCardCerts_Valid_NotEmpty(certCount: 0)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOffCardCerts_Valid_NotEmpty(certCount: 1)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOffCardCerts_Valid_NotEmpty(certCount: 33)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOnCardAndUrl_Valid_NotEmpty
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOnCardCerts_Valid_NotEmpty(certCount: 0)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOnCardCerts_Valid_NotEmpty(certCount: 2)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetOnCardCerts_Valid_NotEmpty(certCount: 255)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_DataTag_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 126)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 23068432)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 32609)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 6275329)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 6275332)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 6275333)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 6275338)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 6275339)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 6275341)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 6275360)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ SetTag_InvalidTag_Throws(newTag: 6291201)
Yubico.YubiKey.Piv.Objects.HistoryTests ‑ ZeroCerts_SetUrl_Encode_Throws
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Constructor_DataTag_Correct
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Constructor_DefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Constructor_IsEmpty_Correct
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Decode_Full_IsEmptyFalse
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Decode_Full_MgmtKeyCorrect
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Decode_NoKey_CorrectMgmtKey
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Decode_NoKey_IsEmptyFalse
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Encode_Empty_Correct
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Encode_NoKey_Correct
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ Encode_WithKey_Correct
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ SetDataTag_Throws
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ SetMgmtKey_DataSame
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ SetMgmtKey_Invalid_Throws
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ SetMgmtKey_NotEmpty
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ SetNullMgmtKey_NotEmpty
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ SetTag_ToDefinedDataTag_Correct
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ TryDecode_Full_ReturnsTrue
Yubico.YubiKey.Piv.Objects.PinProtectedTests ‑ TryDecode_NoKey_ReturnsTrue
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsEcc_ReturnsCorrect(algorithm: EccP256, expectedResult: True)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsEcc_ReturnsCorrect(algorithm: EccP384, expectedResult: True)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsEcc_ReturnsCorrect(algorithm: None, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsEcc_ReturnsCorrect(algorithm: Pin, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsEcc_ReturnsCorrect(algorithm: Rsa1024, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsEcc_ReturnsCorrect(algorithm: Rsa2048, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsEcc_ReturnsCorrect(algorithm: TripleDes, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsRsa_ReturnsCorrect(algorithm: EccP256, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsRsa_ReturnsCorrect(algorithm: EccP384, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsRsa_ReturnsCorrect(algorithm: None, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsRsa_ReturnsCorrect(algorithm: Pin, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsRsa_ReturnsCorrect(algorithm: Rsa1024, expectedResult: True)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsRsa_ReturnsCorrect(algorithm: Rsa2048, expectedResult: True)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsRsa_ReturnsCorrect(algorithm: TripleDes, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsValidAlg_ReturnsCorrect(algorithm: EccP256, expectedResult: True)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsValidAlg_ReturnsCorrect(algorithm: EccP384, expectedResult: True)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsValidAlg_ReturnsCorrect(algorithm: None, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsValidAlg_ReturnsCorrect(algorithm: Pin, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsValidAlg_ReturnsCorrect(algorithm: Rsa1024, expectedResult: True)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsValidAlg_ReturnsCorrect(algorithm: Rsa2048, expectedResult: True)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ IsValidAlg_ReturnsCorrect(algorithm: TripleDes, expectedResult: False)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ KeySizeBits_ReturnsCorrect(algorithm: EccP256, expectedResult: 256)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ KeySizeBits_ReturnsCorrect(algorithm: EccP384, expectedResult: 384)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ KeySizeBits_ReturnsCorrect(algorithm: None, expectedResult: 0)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ KeySizeBits_ReturnsCorrect(algorithm: Pin, expectedResult: 64)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ KeySizeBits_ReturnsCorrect(algorithm: Rsa1024, expectedResult: 1024)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ KeySizeBits_ReturnsCorrect(algorithm: Rsa2048, expectedResult: 2048)
Yubico.YubiKey.Piv.PivAlgorithmTests ‑ KeySizeBits_ReturnsCorrect(algorithm: TripleDes, expectedResult: 192)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Authentication, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Authentication, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: BiometricGroupTemplate, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Capability, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Capability, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: CardAuthentication, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: CardAuthentication, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Chuid, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Chuid, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: FacialImage, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: FacialImage, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Fingerprints, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Fingerprints, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: IrisImages, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: IrisImages, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: KeyManagement, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: KeyManagement, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: PairingCodeReferenceData, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: PairingCodeReferenceData, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired1, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired1, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired10, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired10, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired11, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired11, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired12, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired12, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired13, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired13, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired14, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired14, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired15, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired15, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired16, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired16, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired17, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired17, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired18, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired18, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired19, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired19, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired2, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired2, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired20, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired20, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired3, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired3, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired4, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired4, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired5, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired5, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired6, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired6, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired7, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired7, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired8, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired8, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired9, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Retired9, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: SecureMessageSigner, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: SecureMessageSigner, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: SecurityObject, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: SecurityObject, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Signature, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidEncoding_CorrectResult(tag: Signature, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Authentication, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: BiometricGroupTemplate, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Capability, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: CardAuthentication, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Chuid, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Discovery, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: FacialImage, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Fingerprints, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: IrisImages, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: KeyManagement, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: PairingCodeReferenceData, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Printed, result: False)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired1, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired10, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired11, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired12, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired13, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired14, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired15, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired16, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired17, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired18, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired19, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired2, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired20, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired3, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired4, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired5, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired6, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired7, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired8, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Retired9, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: SecureMessageSigner, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: SecurityObject, result: True)
Yubico.YubiKey.Piv.PivDataTagTests ‑ IsValidForPut_CorrectResult(tag: Signature, result: True)
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_InvalidSlot_CorrectException
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_InvalidTagLength01_CorrectException
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_InvalidTagLength02_CorrectException
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_InvalidTagLength03_CorrectException
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_InvalidTagLength05_CorrectException
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_InvalidTagLength06_CorrectException
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_NoData_NoAlgorithm
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_NoData_NoKey
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_NoData_NoPolicy
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_NoData_NoRetries
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_NoData_NoStatus
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInput9A_CorrectAlgorithm
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInput9A_CorrectKey
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInput9A_CorrectPolicy
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInput9A_CorrectStatus
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInput9A_NoRetries
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputF9_CorrectAlgorithm
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputF9_CorrectKey
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputF9_CorrectPolicy
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputF9_CorrectStatus
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputF9_NoRetries
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputMgmtKey_CorrectAlgorithm
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputMgmtKey_CorrectPolicy
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputMgmtKey_CorrectStatus
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputMgmtKey_NoKey
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputMgmtKey_NoRetries
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputPin_CorrectAlgorithm
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputPin_CorrectRetries
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputPin_CorrectStatus
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputPin_NoKey
Yubico.YubiKey.Piv.PivMetadataTests ‑ Constructor_ValidInputPin_NoPolicy
Yubico.YubiKey.Piv.PivMetadataTests ‑ SessionMetadata_BadSlot_CorrectException
Yubico.YubiKey.Piv.PivMetadataTests ‑ SessionMetadata_BadVersion_CorrectException
Yubico.YubiKey.Piv.PivPinUtilTests ‑ Copy2Pins_ReturnsPaddedPin
Yubico.YubiKey.Piv.PivPinUtilTests ‑ CopyPin_BadPin_ThrowsException
Yubico.YubiKey.Piv.PivPinUtilTests ‑ CopyPin_NullPin_ThrowsException
Yubico.YubiKey.Piv.PivPinUtilTests ‑ CopyPin_ReturnsPaddedPin
Yubico.YubiKey.Piv.PivPinUtilTests ‑ CopyTwoPins_BadPin1_ThrowsException
Yubico.YubiKey.Piv.PivPinUtilTests ‑ CopyTwoPins_BadPin2_ThrowsException
Yubico.YubiKey.Piv.PivPinUtilTests ‑ CopyTwoPins_NullPin1_ThrowsException
Yubico.YubiKey.Piv.PivPinUtilTests ‑ CopyTwoPins_NullPin2_ThrowsException
Yubico.YubiKey.Piv.PivPinUtilTests ‑ HasRetryCountSW_NotWrongPinStatusWord_ReturnsFalse(statusWord: -28672)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ HasRetryCountSW_NotWrongPinStatusWord_ReturnsFalse(statusWord: 26624)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ HasRetryCountSW_NotWrongPinStatusWord_ReturnsFalse(statusWord: 27010)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ HasRetryCountSW_NotWrongPinStatusWord_ReturnsFalse(statusWord: 27011)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ HasRetryCountSW_NotWrongPinStatusWord_ReturnsFalse(statusWord: 27013)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ HasRetryCountSW_WrongPinWithRetriesStatusWord_ReturnsTrue(statusWord: 25536)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ HasRetryCountSW_WrongPinWithRetriesStatusWord_ReturnsTrue(statusWord: 25540)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ HasRetryCountSW_WrongPinWithRetriesStatusWord_ReturnsTrue(statusWord: 25551)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_BadPinLength_ReturnsFalse(pinLength: 1)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_BadPinLength_ReturnsFalse(pinLength: 10)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_BadPinLength_ReturnsFalse(pinLength: 17)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_BadPinLength_ReturnsFalse(pinLength: 2)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_BadPinLength_ReturnsFalse(pinLength: 3)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_BadPinLength_ReturnsFalse(pinLength: 4)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_BadPinLength_ReturnsFalse(pinLength: 5)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_BadPinLength_ReturnsFalse(pinLength: 9)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_CorrectPinLength_ReturnsTrue(pinLength: 6)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_CorrectPinLength_ReturnsTrue(pinLength: 7)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ IsValidPinLength_CorrectPinLength_ReturnsTrue(pinLength: 8)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ ParseSW_InvalidStatusWord_ThrowsInvalidOperationException(statusWord: -28672)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ ParseSW_InvalidStatusWord_ThrowsInvalidOperationException(statusWord: 25600)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ ParseSW_InvalidStatusWord_ThrowsInvalidOperationException(statusWord: 27010)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ ParseSW_InvalidStatusWord_ThrowsInvalidOperationException(statusWord: 27011)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

3615 tests found (test 2935 to 3524)

There are 3615 tests, see "Raw output" for the list of tests 2935 to 3524.
Raw output
Yubico.YubiKey.Piv.PivPinUtilTests ‑ ParseSW_InvalidStatusWord_ThrowsInvalidOperationException(statusWord: 27013)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ ParseSW_WrongPin_ReturnsAuthRequired(statusWord: 25536)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ ParseSW_WrongPin_ReturnsAuthRequired(statusWord: 25540)
Yubico.YubiKey.Piv.PivPinUtilTests ‑ ParseSW_WrongPin_ReturnsAuthRequired(statusWord: 25551)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ CreateEcc_SetsPrivateValueCorrectly(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ CreateEcc_SetsPrivateValueCorrectly(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_BadTag_ThrowsExcpetion
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_NullData_ThrowsExcpetion
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_ReturnsPivPrivateKey(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_ReturnsPivPrivateKey(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_ReturnsPivPrivateKey(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_ReturnsPivPrivateKey(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsAlgorithmCorrectly(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsAlgorithmCorrectly(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsAlgorithmCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsAlgorithmCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsCoefficientCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsCoefficientCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsEncodedCorrectly(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsEncodedCorrectly(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsEncodedCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsEncodedCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsExponentPCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsExponentPCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsExponentQCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsExponentQCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsPrimePCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsPrimePCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsPrimeQCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ Create_SetsPrimeQCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ EccConstructor_BadPoint_ThrowsExcpetion(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ EccConstructor_BadPoint_ThrowsExcpetion(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ EccConstructor_Components_BuildsEncoding(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ EccConstructor_Components_BuildsEncoding(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ EccConstructor_NullData_ThrowsExcpetion
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ GetPivPrivateKey_FromPem(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ GetPivPrivateKey_FromPem(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ GetPivPrivateKey_FromPem(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ GetPivPrivateKey_FromPem(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ RsaConstructor_BadPrimeQ_ThrowsExcpetion(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ RsaConstructor_BadPrimeQ_ThrowsExcpetion(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ RsaConstructor_Components_BuildsEncoding(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ RsaConstructor_Components_BuildsEncoding(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ RsaConstructor_NoPrimeP_ThrowsExcpetion
Yubico.YubiKey.Piv.PivPrivateKeyTests ‑ RsaConstructor_NullData_ThrowsExcpetion
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ CreateEcc_SetsPublicPointCorrectly(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ CreateEcc_SetsPublicPointCorrectly(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ CreateRsa_SetsExponentCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ CreateRsa_SetsExponentCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ CreateRsa_SetsModulusCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ CreateRsa_SetsModulusCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_BadTag_ThrowsExcpetion
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_NullData_ThrowsException
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_ReturnsPivPublicKey(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_ReturnsPivPublicKey(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_ReturnsPivPublicKey(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_ReturnsPivPublicKey(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsAlgorithmCorrectly(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsAlgorithmCorrectly(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsAlgorithmCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsAlgorithmCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsEncodedCorrectly(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsEncodedCorrectly(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsEncodedCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsEncodedCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsMetadataEncodedCorrectly(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsMetadataEncodedCorrectly(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsMetadataEncodedCorrectly(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Create_SetsMetadataEncodedCorrectly(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ EccConstructor_BadPoint_ThrowsExcpetion(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ EccConstructor_BadPoint_ThrowsExcpetion(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ EccConstructor_Components_BuildsEncoding(algorithm: EccP256)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ EccConstructor_Components_BuildsEncoding(algorithm: EccP384)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ EccConstructor_NullData_ThrowsExcpetion
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ RsaConstructorComponents_BadExpo_ThrowsExcpetion
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ RsaConstructor_BadMod_ThrowsExcpetion(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ RsaConstructor_BadMod_ThrowsExcpetion(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ RsaConstructor_Components_BuildsEncoding(algorithm: Rsa1024)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ RsaConstructor_Components_BuildsEncoding(algorithm: Rsa2048)
Yubico.YubiKey.Piv.PivPublicKeyTests ‑ Rsa_NoExpo_ThrowsExcpetion
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ CreateAttest_BadSlot_ThrowsArgException(slotNumber: 128)
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ CreateAttest_BadSlot_ThrowsArgException(slotNumber: 129)
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ CreateAttest_BadSlot_ThrowsArgException(slotNumber: 150)
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ CreateAttest_BadSlot_ThrowsArgException(slotNumber: 155)
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ CreateAttest_BadSlot_ThrowsArgException(slotNumber: 249)
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ CreateAttest_BadVersion_ThrowsNotSupportedException
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ GetAttest_BadVersion_ThrowsNotSupportedException
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ ReplaceAttest_BadVersion_ThrowsNotSupportedException
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ ReplaceAttest_BigName_ThrowsException
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ ReplaceAttest_NullCert_ThrowsException
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ ReplaceAttest_NullKey_ThrowsException
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ ReplaceAttest_Rsa1024_ThrowsException
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ ReplaceAttest_Version1Cert_ThrowsException(whichPair: 2)
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ ReplaceAttest_Version1Cert_ThrowsException(whichPair: 3)
Yubico.YubiKey.Piv.PivSessionAttestationTests ‑ ReplaceAttest_Version1Cert_ThrowsException(whichPair: 4)
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ AuthenticateManagementKey_KeyCollectorFalse_ThrowsOperationCanceledException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ AuthenticateManagementKey_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ ChangeManagementKey_KeyCollectorFalse_ThrowsOperationCanceledException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ ChangeManagementKey_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ ChangePin_KeyCollectorFalse_ThrowsOperationCanceledException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ ChangePin_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ ChangePuk_KeyCollectorFalse_ThrowsOperationCanceledException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ ChangePuk_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ PivSession_NullYubiKey_ThrowsArgumentNullException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ ResetPin_KeyCollectorFalse_ThrowsOperationCanceledException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ ResetPin_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ RetryCount_Zero_ThrowsArgumentException(pinRetry: 0, pukRetry: 0)
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ RetryCount_Zero_ThrowsArgumentException(pinRetry: 0, pukRetry: 5)
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ RetryCount_Zero_ThrowsArgumentException(pinRetry: 6, pukRetry: 0)
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryAuthenticateManagementKey_KeyCollectorFalse_ReturnsFalse
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryAuthenticateManagementKey_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryChangeManagementKey_KeyCollectorFalse_ReturnsFalse
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryChangeManagementKey_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryChangePin_KeyCollectorFalse_ReturnsFalse
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryChangePin_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryChangePuk_KeyCollectorFalse_ReturnsFalse
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryChangePuk_NullKeyCollector_Throws
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryResetPin_KeyCollectorFalse_ReturnsFalse
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryResetPin_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryVerifyPin_KeyCollectorFalse_ReturnsFalse
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ TryVerifyPin_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ VerifyPin_KeyCollectorFalse_ThrowsOperationCanceledException
Yubico.YubiKey.Piv.PivSessionAuthTests ‑ VerifyPin_NullKeyCollector_ThrowsInvalidOperationException
Yubico.YubiKey.Piv.PivSessionCryptoTests ‑ Decrypt_InvalidDataLength_Exception
Yubico.YubiKey.Piv.PivSessionCryptoTests ‑ Decrypt_InvalidSlot_Exception
Yubico.YubiKey.Piv.PivSessionCryptoTests ‑ KeyAgree_EmptyPublicKey_Exception
Yubico.YubiKey.Piv.PivSessionCryptoTests ‑ KeyAgree_InvalidPublicKey_Exception
Yubico.YubiKey.Piv.PivSessionCryptoTests ‑ KeyAgree_NullPublicKey_Exception
Yubico.YubiKey.Piv.PivSessionCryptoTests ‑ Sign_InvalidDataLength_Exception
Yubico.YubiKey.Piv.PivSessionCryptoTests ‑ Sign_InvalidSlot_Exception
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ Generate_BadAlg_ThrowsArgException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ Generate_BadSlot_ThrowsArgException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ Generate_CollectorFalse_ThrowsCancelException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ Generate_NoCollector_ThrowsInvalidOpException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ GetCert_BadSlot_ThrowsArgException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportCert_BadSlot_ThrowsArgException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportCert_CollectorFalse_ThrowsCancelException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportCert_NoCollector_ThrowsInvalidOpException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportCert_NullCert_ThrowsNullArgException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportKey_BadSlot_ThrowsArgException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportKey_CollectorFalse_ThrowsCancelException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportKey_EmptyKey_ThrowslArgException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportKey_NoCollector_ThrowsInvalidOpException
Yubico.YubiKey.Piv.PivSessionKeyPairTests ‑ ImportKey_NullKey_ThrowsNullArgException
Yubico.YubiKey.Piv.PivSessionMsrootsTests ‑ Delete_KeyCollectorFalse_ThrowsCanceledException
Yubico.YubiKey.Piv.PivSessionMsrootsTests ‑ Delete_NoKeyCollector_ThrowsInvalidOpException
Yubico.YubiKey.Piv.PivSessionMsrootsTests ‑ WriteStream_KeyCollectorFalse_ThrowsCanceledException
Yubico.YubiKey.Piv.PivSessionMsrootsTests ‑ WriteStream_NoKeyCollector_ThrowsInvalidOpException
Yubico.YubiKey.Piv.PivSessionMsrootsTests ‑ WriteStream_TooMuchData_ThrowsOutOfRangeException
Yubico.YubiKey.Piv.PivSessionMsrootsTests ‑ Write_KeyCollectorFalse_ThrowsCanceledException
Yubico.YubiKey.Piv.PivSessionMsrootsTests ‑ Write_NoKeyCollector_ThrowsInvalidOpException
Yubico.YubiKey.Piv.PivSessionMsrootsTests ‑ Write_TooMuchData_ThrowsOutOfRangeException
Yubico.YubiKey.Scp03.ChannelEncryptionTests ‑ DecryptData_GivenBadCiphertext_ThrowsSecureChannelException
Yubico.YubiKey.Scp03.ChannelEncryptionTests ‑ DecryptData_GivenBadKey_ThrowsArgumentException
Yubico.YubiKey.Scp03.ChannelEncryptionTests ‑ DecryptData_GivenCorrectKeyPayload_ReturnsCorrectly
Yubico.YubiKey.Scp03.ChannelEncryptionTests ‑ EncryptData_GivenBadKey_ThrowsArgumentException
Yubico.YubiKey.Scp03.ChannelEncryptionTests ‑ EncryptData_GivenCorrectKeyPayload_ReturnsCorrectly
Yubico.YubiKey.Scp03.ChannelMacTests ‑ MacApdu_GivenBadKey_ThrowsArgumentException
Yubico.YubiKey.Scp03.ChannelMacTests ‑ MacApdu_GivenBadMcv_ThrowsArgumentException
Yubico.YubiKey.Scp03.ChannelMacTests ‑ MacApdu_GivenCorrectKeyPayload_ReturnsCorrectMacdApdu
Yubico.YubiKey.Scp03.ChannelMacTests ‑ VerifyRmac_GivenBadKey_ThrowsArgumentException
Yubico.YubiKey.Scp03.ChannelMacTests ‑ VerifyRmac_GivenBadMcv_ThrowsSecureChannelException
Yubico.YubiKey.Scp03.ChannelMacTests ‑ VerifyRmac_GivenBadRmac_ThrowsSecureChannelException
Yubico.YubiKey.Scp03.ChannelMacTests ‑ VerifyRmac_GivenCorrectKeyPayload_ReturnsCorrectMacdApdu
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsHex84
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateCommandTests ‑ CreateCommandApdu_GetData_ReturnsData
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex82
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateCommandTests ‑ CreateCommandApdu_GetNc_ReturnsDataLength
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsHex33
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateResponseTests ‑ Constructor_GivenResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Scp03.Commands.ExternalAuthenticateResponseTests ‑ ExternalAuthenticateResponse_GivenResponseApduWithData_ThrowsArgumentException
Yubico.YubiKey.Scp03.Commands.InitializeUpdateCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsHex80
Yubico.YubiKey.Scp03.Commands.InitializeUpdateCommandTests ‑ CreateCommandApdu_GetData_ReturnsChallenge
Yubico.YubiKey.Scp03.Commands.InitializeUpdateCommandTests ‑ CreateCommandApdu_GetInsProperty_ReturnsHex50
Yubico.YubiKey.Scp03.Commands.InitializeUpdateCommandTests ‑ CreateCommandApdu_GetNc_Returns8
Yubico.YubiKey.Scp03.Commands.InitializeUpdateCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.Scp03.Commands.InitializeUpdateCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.Scp03.Commands.InitializeUpdateCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.Scp03.Commands.InitializeUpdateResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.Scp03.Commands.InitializeUpdateResponseTests ‑ Constructor_GivenResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.Scp03.Commands.InitializeUpdateResponseTests ‑ InitializeUpdateResponse_GivenResponseApdu_CardChallengeEqualsBytes13To21
Yubico.YubiKey.Scp03.Commands.InitializeUpdateResponseTests ‑ InitializeUpdateResponse_GivenResponseApdu_CardCryptogramEqualsBytes21To29
Yubico.YubiKey.Scp03.Commands.InitializeUpdateResponseTests ‑ InitializeUpdateResponse_GivenResponseApdu_DiversificationDataEqualsBytes0To10
Yubico.YubiKey.Scp03.Commands.InitializeUpdateResponseTests ‑ InitializeUpdateResponse_GivenResponseApdu_KeyInfoEqualsBytes10To13
Yubico.YubiKey.Scp03.Commands.Scp03ResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullException
Yubico.YubiKey.Scp03.Commands.Scp03ResponseTests ‑ StatusWord_GivenResponseApdu_EqualsSWField
Yubico.YubiKey.Scp03.Commands.Scp03ResponseTests ‑ Status_GivenFailedResponseApdu_ReturnsFailed
Yubico.YubiKey.Scp03.Commands.Scp03ResponseTests ‑ Status_GivenSuccessfulResponseApdu_ReturnsSuccess
Yubico.YubiKey.Scp03.DerivationTests ‑ Derive_GivenBadChallengeLen_ThrowsSecureChannelException
Yubico.YubiKey.Scp03.DerivationTests ‑ Derive_GivenBadKey_ThrowsArgumentException
Yubico.YubiKey.Scp03.DerivationTests ‑ Derive_GivenBadOutputLen_ThrowsSecureChannelException
Yubico.YubiKey.Scp03.DerivationTests ‑ Derive_GivenCorrectVals_ReturnsCorrectHostCryptogram
Yubico.YubiKey.Scp03.PaddingTests ‑ PadToBlockSize_Given16BytePayload_ReturnsCorrectlyPaddedBlock
Yubico.YubiKey.Scp03.PaddingTests ‑ PadToBlockSize_Given1BytePayload_ReturnsCorrectlyPaddedBlock
Yubico.YubiKey.Scp03.PaddingTests ‑ PadToBlockSize_Given8BytePayload_ReturnsCorrectlyPaddedBlock
Yubico.YubiKey.Scp03.PaddingTests ‑ PadToBlockSize_GivenNullPayload_ThrowsArgumentNullException
Yubico.YubiKey.Scp03.PaddingTests ‑ RemovePadding_GivenNullPayload_ThrowsArgumentNullException
Yubico.YubiKey.Scp03.PaddingTests ‑ RemovePadding_GivenPadded16BytePayload_ReturnsPayloadWithPaddingRemoved
Yubico.YubiKey.Scp03.PaddingTests ‑ RemovePadding_GivenPadded1BytePayload_ReturnsPayloadWithPaddingRemoved
Yubico.YubiKey.Scp03.PaddingTests ‑ RemovePadding_GivenPadded8BytePayload_ReturnsPayloadWithPaddingRemoved
Yubico.YubiKey.Scp03.SessionTests ‑ BuildInitializeUpdate_GivenHostChallengeWrongLength_ThrowsArgumentException
Yubico.YubiKey.Scp03.SessionTests ‑ BuildInitializeUpdate_GivenHostChallenge_BuildsCorrectInitializeUpdate
Yubico.YubiKey.Scp03.SessionTests ‑ BuildInitializeUpdate_GivenNullHostChallenge_ThrowsArgumentNullException
Yubico.YubiKey.Scp03.SessionTests ‑ Constructor_GivenStaticKeys_Succeeds
Yubico.YubiKey.Scp03.SessionTests ‑ LoadInitializeUpdate_CalledBeforeBuildInitializeUpdate_ThrowsInvalidOperationException
Yubico.YubiKey.Scp03.SessionTests ‑ LoadInitializeUpdate_GivenNullInitializeUpdateResponse_ThrowsArgumentNullException
Yubico.YubiKey.Scp03.SessionTests ‑ LoadInitializeUpdate_GivenNullStaticKeys_ThrowsArgumentNullException
Yubico.YubiKey.Scp03.SessionTests ‑ Session_GivenInitializeUpdateResponse_BuildsCorrectExternalAuthenticate
Yubico.YubiKey.Scp03.StaticKeysTests ‑ Constructor_GivenChannelEncryptionKeyWrongLength_ThrowsArgumentException
Yubico.YubiKey.Scp03.StaticKeysTests ‑ Constructor_GivenChannelMacKeyWrongLength_ThrowsArgumentException
Yubico.YubiKey.Scp03.StaticKeysTests ‑ Constructor_GivenDataEncryptionKeyWrongLength_ThrowsArgumentException
Yubico.YubiKey.U2f.AuthDataTests ‑ EncodedCounter_CorrectInAuthData
Yubico.YubiKey.U2f.AuthDataTests ‑ IncorrectUserPresence_Throws
Yubico.YubiKey.U2f.AuthDataTests ‑ UserPresenceNotSet_VerifiedFalse
Yubico.YubiKey.U2f.AuthDataTests ‑ UserPresenceSet_VerifiedTrue
Yubico.YubiKey.U2f.AuthDataTests ‑ VerifySignature_GivenCorrectData_ReturnsTrue
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ CommandApdu_ClaProperty_Zero
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ CommandApdu_InsProperty_Three
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Constructor_ChangeControlByte_Correct(controlByte: CheckOnly)
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Constructor_ChangeControlByte_Correct(controlByte: DontEnforceUserPresence)
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Constructor_ChangeControlByte_Correct(controlByte: EnforceUserPresence)
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Constructor_CorrectApplication
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Constructor_CorrectControlByte(controlByte: CheckOnly)
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Constructor_CorrectControlByte(controlByte: DontEnforceUserPresence)
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Constructor_CorrectControlByte(controlByte: EnforceUserPresence)
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ InvalidAppIdLength_Throws
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ InvalidClientDataLength_Throws
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ InvalidKeyHandleLength_Throws
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Reset_InvalidAppIdLength_Throws
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Reset_InvalidClientDataLength_Throws
Yubico.YubiKey.U2f.Commands.AuthenticateCommandTests ‑ Reset_InvalidKeyHandleLength_Throws
Yubico.YubiKey.U2f.Commands.AuthenticateResponseTests ‑ Constructor_ConditionsNotSatisfiedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.AuthenticateResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.U2f.Commands.AuthenticateResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.AuthenticateResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ Application_DefaultValue_ReturnsFidoU2F
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_InnerCommandCla0x00(expectedData: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_InnerCommandCla0x00(expectedData: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_InnerCommandIns0x40(expectedData: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_InnerCommandIns0x40(expectedData: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_InnerCommandP1Hex00(expectedData: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_InnerCommandP1Hex00(expectedData: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_InnerCommandP2Hex00(expectedData: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_InnerCommandP2Hex00(expectedData: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_OuterCommandCla0x00(expectedData: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_OuterCommandCla0x00(expectedData: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_OuterCommandIns0x03(expectedData: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_OuterCommandIns0x03(expectedData: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_OuterCommandP1Hex00(expectedData: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_OuterCommandP1Hex00(expectedData: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_OuterCommandP2Hex00(expectedData: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetData_OuterCommandP2Hex00(expectedData: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetEmptyData_OuterCommandNcCorrect
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetNonEmptyData_InnerCommandDataCorrect
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetNonEmptyData_InnerCommandLcCorrect
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateCommandApdu_SetNonEmptyData_OuterCommandLcCorrect
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateResponseForApdu_SetDataFailedSW_ReturnsCorrectEchoResponse(expectedResponseDataString: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateResponseForApdu_SetDataFailedSW_ReturnsCorrectEchoResponse(expectedResponseDataString: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateResponseForApdu_SetDataSuccessSW_ReturnsCorrectEchoResponse(expectedResponseDataString: "")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ CreateResponseForApdu_SetDataSuccessSW_ReturnsCorrectEchoResponse(expectedResponseDataString: "0102030405")
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ Data_DefaultConstructorDefaultValue_ReturnsEmptyArray
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ Data_NonDefaultConstructorSetGetNonEmptyArray_ReturnsCorrectArray
Yubico.YubiKey.U2f.Commands.EchoCommandTests ‑ Data_PropertySetGetNonEmptyArray_ReturnsCorrectArray
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ Constructor_ConditionsNotSatisfiedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ GetData_EmptyResponseData_ReturnsEmptyArray
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ GetData_NonEmptyResponseData_ReturnsCorrectArray
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ GetData_ResponseApduFailed_ThrowsException
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ ThrowIfFailed_ResponseApduFailed_ThrowsException
Yubico.YubiKey.U2f.Commands.EchoResponseTests ‑ ThrowIfFailed_ResponseApduSucceeded_NoExceptionThrown
Yubico.YubiKey.U2f.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsEmpty
Yubico.YubiKey.U2f.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0xC2
Yubico.YubiKey.U2f.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.GetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.GetDeviceInfoCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ Constructor_MalformedResponse_Throw
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_AutoEjectTimeoutTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_ChallengeResponseTimeoutTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_ConfigurationLockPresentTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_DeviceFlagsTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_FirmwareVersionTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_FormFactorTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_NfcEnabledCapabilitiesTagPresentAsByte_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_NfcEnabledCapabilitiesTagPresentAsShort_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_NfcPrePersCapabilitiesTagPresentAsByte_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_NfcPrePersCapabilitiesTagPresentAsShort_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_ResponseApduFailed_ThrowsInvalidOperationException
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_SerialNumberTagPresent_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_UsbEnabledCapabilitiesTagPresentAsByte_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_UsbEnabledCapabilitiesTagPresentAsShort_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_UsbPrePersCapabilitiesTagPresentAsByte_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetDeviceInfoResponseTests ‑ GetData_UsbPrePersCapabilitiesTagPresentAsShort_SetsPropertyCorrectly
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_GetDataProperty_ReturnsInnerCommandApdu
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x03
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_GetNcProperty_Returns4
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_InnerCommandCla0x00
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_InnerCommandIns0x03
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_InnerCommandP1Hex00
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateCommandApdu_InnerCommandP2Hex00
Yubico.YubiKey.U2f.Commands.GetProtocolVersionCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.U2f.Commands.GetProtocolVersionResponseTests ‑ Constructor_ConditionsNotSatisfiedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.GetProtocolVersionResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullException
Yubico.YubiKey.U2f.Commands.GetProtocolVersionResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.GetProtocolVersionResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.U2f.Commands.GetProtocolVersionResponseTests ‑ GetData_EmptyResponseData_ReturnsEmptyString
Yubico.YubiKey.U2f.Commands.GetProtocolVersionResponseTests ‑ GetData_NonEmptyResponseData_ReturnsCorrectString
Yubico.YubiKey.U2f.Commands.GetProtocolVersionResponseTests ‑ GetData_ResponseApduFailed_ThrowsException
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ CreateCommandApdu_GivenSetup_DataHasLength39
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ CreateCommandApdu_GivenSetup_SetsInsToHex03
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ CreateCommandApdu_GivenSetup_SetsU2fCommandToHex01
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ CreateCommandApdu_GivenSetup_SetsU2fSubApduClassTo0
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ CreateCommandApdu_GivenSetup_SetsU2fSubApduLengthTo64
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ CreateCommandApdu_GivenSetup_SetsU2fSubApduP1To0
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ CreateCommandApdu_GivenSetup_SetsU2fSubApduP2To0
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ SetAppId_GivenData_SetsDataInPayload
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ SetAppId_GivenIncorrectLengthData_ThrowsArgumentException
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ SetClientDataHash_GivenData_SetsDataInPayload
Yubico.YubiKey.U2f.Commands.RegisterCommandTests ‑ SetClientDataHash_GivenIncorrectLengthData_ThrowsArgumentException
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ Constructor_ConditionsNotSatisfiedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullExceptionFromBase
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ GetData_BadResponseData_Throws(validPubKey: False, validKeyHandle: True)
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ GetData_BadResponseData_Throws(validPubKey: True, validKeyHandle: False)
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ GetData_GoodResponseData_SetsCertificateCorrectly
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ GetData_GoodResponseData_SetsKeyHandleCorrectly
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ GetData_GoodResponseData_SetsSignatureCorrectly
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ GetData_GoodResponseData_SetsUserPublicKeyCorrectly
Yubico.YubiKey.U2f.Commands.RegisterResponseTests ‑ GetData_GoodResponseData_Succeeds
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x03
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrectLength
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_InnerCommandGetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_InnerCommandGetData_ReturnsNoData
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_InnerCommandGetInsProperty_Returns0x45
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_InnerCommandGetNcProperty_ReturnsNoLength
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_InnerCommandGetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateCommandApdu_InnerCommandGetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.ResetCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ Application_Get_AlwaysReturnsFidoU2f
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ ApplyLockCode_IncorrectCodeLength_ThrowsArgumentException
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_Get_DefaultIsNull
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetValueOutOfRange_ThrowsArgumentRangeException(value: -1)
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ AutoEjectTimeout_SetValueOutOfRange_ThrowsArgumentRangeException(value: 65536)
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ ChallengeResponseTimeout_Get_DefaultIsNull
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ ChallengeResponseTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_AutoEjectTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_ChallengeResponseTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_DeviceFlags_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_EnabledNfcCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_EnabledUsbCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CopyConstructor_ResetAfterConfig_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_AutoEjectTimeoutPresent_EncodesCorrectTlv
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ChallengeResponseTimeoutPresent_EncodesCorrectTlv
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_DeviceFlagsPresent_EncodesCorrectTlv
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_EnabledNfcCapabilitiesPresent_EncodesCorrectTlv
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_EnabledUsbCapabilitiesPresent_EncodesCorrectTlv
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0xC3
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetNe_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ResetAfterConfigFalse_OneByteValueZero
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_ResetAfterConfigTrue_EncodesCorrectTlv
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateCommandApdu_SetLockCodeCalled_EncodesCorrectTlv
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ CreatecommandApdu_ApplyLockCodeCalled_EncodesCorrectTlv
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ DeviceFlags_Get_DefaultIsNull
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ DeviceFlags_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ EnabledNfcCapabilities_Get_DefaultIsNull
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ EnabledNfcCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ EnabledUsbCapabilities_Get_DefaultIsNull
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ EnabledUsbCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ ResetAfterConfig_Get_DefaultIsFalse
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ ResetAfterConfig_SetGet_ReturnsSetValue
Yubico.YubiKey.U2f.Commands.SetDeviceInfoCommandTests ‑ SetLockCode_IncorrectCodeLength_ThrowsArgumentException
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x03
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrectLength
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_InnerCommandGetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_InnerCommandGetData_ReturnsCorrectData
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_InnerCommandGetInsProperty_Returns0x44
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_InnerCommandGetNcProperty_ReturnsCorrectLength
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_InnerCommandGetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateCommandApdu_InnerCommandGetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.SetPinCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenCommandNotAllowedStatusWord_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenCommandNotAllowedStatusWord_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenConditionsNotSatisfiedStatusWord_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenConditionsNotSatisfiedStatusWord_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenInvalidCommandDataParameterStatusWord_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenInvalidCommandDataParameterStatusWord_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenInvalidParameterStatusWord_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenInvalidParameterStatusWord_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenNullResponseApdu_ThrowsArgumentNullException
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenU2fHidErrChannelBusyResult_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenU2fHidErrChannelBusyResult_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenU2fHidErrInvalidSequenceResult_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenU2fHidErrInvalidSequenceResult_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenU2fHidErrTimeoutResult_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenU2fHidErrTimeoutResult_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenU2fHidErrUnknown0x77Result_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenU2fHidErrUnknown0x77Result_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenWrongLengthStatusWord_SetsResponseStatus
Yubico.YubiKey.U2f.Commands.U2fResponseTests ‑ Constructor_GivenWrongLengthStatusWord_SetsStatusMessage
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x03
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrectLength
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_InnerCommandGetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_InnerCommandGetData_ReturnsNoData
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_InnerCommandGetInsProperty_Returns0x46
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_InnerCommandGetNcProperty_ReturnsNoLength
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_InnerCommandGetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateCommandApdu_InnerCommandGetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyFipsModeCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.U2f.Commands.VerifyFipsModeResponseTests ‑ Constructor_FunctionNotSupportedResponseApdu_GetCorrectData
Yubico.YubiKey.U2f.Commands.VerifyFipsModeResponseTests ‑ Constructor_FunctionNotSupportedResponseApdu_NoThrowIfFailed
Yubico.YubiKey.U2f.Commands.VerifyFipsModeResponseTests ‑ Constructor_FunctionNotSupportedResponseApdu_SetsStatusCorrectly
Yubico.YubiKey.U2f.Commands.VerifyFipsModeResponseTests ‑ Constructor_SuccessResponseApdu_GetCorrectData
Yubico.YubiKey.U2f.Commands.VerifyFipsModeResponseTests ‑ Constructor_SuccessResponseApdu_NoThrowIfFailed
Yubico.YubiKey.U2f.Commands.VerifyFipsModeResponseTests ‑ Constructor_SuccessResponseApdu_SetsStatusWordCorrectly
Yubico.YubiKey.U2f.Commands.VerifyFipsModeResponseTests ‑ ResponseApduFailed_ThrowsException
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetInsProperty_Returns0x03
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetNcProperty_ReturnsCorrectLength
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_GetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_InnerCommandGetClaProperty_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_InnerCommandGetData_ReturnsCorrectData
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_InnerCommandGetInsProperty_Returns0x43
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_InnerCommandGetNcProperty_ReturnsCorrectLength
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_InnerCommandGetP1Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateCommandApdu_InnerCommandGetP2Property_ReturnsZero
Yubico.YubiKey.U2f.Commands.VerifyPinCommandTests ‑ CreateResponseApdu_ReturnsCorrectType
Yubico.YubiKey.U2f.RegistrationDataTests ‑ Constructor_GivenGoodData_SetsCertificate
Yubico.YubiKey.U2f.RegistrationDataTests ‑ Constructor_GivenGoodData_SetsKeyHandle
Yubico.YubiKey.U2f.RegistrationDataTests ‑ Constructor_GivenGoodData_SetsSignature
Yubico.YubiKey.U2f.RegistrationDataTests ‑ Constructor_GivenGoodData_SetsUserPublicKeyCorrectly
Yubico.YubiKey.U2f.RegistrationDataTests ‑ Constructor_GivenIncorrectUserPublicKey_ThrowsArgumentException
Yubico.YubiKey.U2f.RegistrationDataTests ‑ Constructor_IncorrectKeyHandle_ThrowsArgumentException
Yubico.YubiKey.U2f.RegistrationDataTests ‑ IsSignatureValid_GivenBadAppId_ThrowsArgumentException
Yubico.YubiKey.U2f.RegistrationDataTests ‑ IsSignatureValid_GivenBadClientDataHash_ThrowsArgumentException
Yubico.YubiKey.U2f.RegistrationDataTests ‑ IsSignatureValid_GivenIncorrectData_ReturnsFalse
Yubico.YubiKey.U2f.RegistrationDataTests ‑ VerifySignature_GivenCorrectData_ReturnsTrue
Yubico.YubiKey.YubiHsmAuth.Aes128CredentialWithSecretsTests ‑ Constructor_InvalidEncKeyLength_ThrowsArgException(len: 15)
Yubico.YubiKey.YubiHsmAuth.Aes128CredentialWithSecretsTests ‑ Constructor_InvalidEncKeyLength_ThrowsArgException(len: 17)
Yubico.YubiKey.YubiHsmAuth.Aes128CredentialWithSecretsTests ‑ Constructor_InvalidMacKeyLength_ThrowsArgException(len: 15)
Yubico.YubiKey.YubiHsmAuth.Aes128CredentialWithSecretsTests ‑ Constructor_InvalidMacKeyLength_ThrowsArgException(len: 17)
Yubico.YubiKey.YubiHsmAuth.Aes128CredentialWithSecretsTests ‑ Constructor_KeyTypeAes128
Yubico.YubiKey.YubiHsmAuth.Aes128CredentialWithSecretsTests ‑ Constructor_SetGetLabel
Yubico.YubiKey.YubiHsmAuth.Aes128CredentialWithSecretsTests ‑ Constructor_SetGetTouchRequired
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ Application_Get_ReturnsYubiHsmAuth
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_Cla0
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsCredPasswordTag
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsCredPasswordValue
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsKeyTypeTag
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsKeyTypeValue
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsLabelTag
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsLabelValue
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsMgmtKeyTag
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsMgmtKeyValue
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsTouchRequiredTag
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_DataContainsTouchRequiredValue
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_GivenAes128Credential_DataContainsEncKeyTag
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_GivenAes128Credential_DataContainsEncKeyValue
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_GivenAes128Credential_DataContainsMacKeyTag
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_GivenAes128Credential_DataContainsMacKeyValue
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_Ins0x01
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_P1Is0
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialCommandTests ‑ CreateCommandApdu_P2Is0
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialResponseTests ‑ Constructor_ReturnsObject
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialResponseTests ‑ ResponseStatus_GivenStatusWord0x63C0_ReturnsAuthenticationRequired
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialResponseTests ‑ ResponseStatus_GivenStatusWord0x6983_ReturnsFailed
Yubico.YubiKey.YubiHsmAuth.Commands.AddCredentialResponseTests ‑ StatusMessage_GivenStatusWord0x6983_ReturnsCorrectMessage
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Constructor_GivenSuccessApdu_SetsCorrectStatusWord
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseMessage(responseSw: -28672, expectedMessage: "The command succeeded.")
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseMessage(responseSw: 27010, expectedMessage: "The device was not touched.")
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseMessage(responseSw: 27011, expectedMessage: "The entry is invalid.")
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseMessage(responseSw: 27012, expectedMessage: "Invalid authentication data.")
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseStatus(responseSw: -28672, expectedStatus: Success)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseStatus(responseSw: 27010, expectedStatus: RetryWithTouch)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseStatus(responseSw: 27011, expectedStatus: Failed)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseStatus(responseSw: 27012, expectedStatus: Failed)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ RetriesRemaining_GivenSwNoRetryCount_ReturnsNull(responseSw: -28672)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ RetriesRemaining_GivenSwNoRetryCount_ReturnsNull(responseSw: 27136)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ RetriesRemaining_GivenSwWithRetryCount_ReturnsCorrectRetryCount(responseSw: 25536, expectedCount: 0)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ RetriesRemaining_GivenSwWithRetryCount_ReturnsCorrectRetryCount(responseSw: 25551, expectedCount: 15)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseMessage(responseSw: 25536, expectedMessage: "Wrong password or authentication key. Retries rema"···)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseMessage(responseSw: 25551, expectedMessage: "Wrong password or authentication key. Retries rema"···)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseStatus(responseSw: 25536, expectedStatus: AuthenticationRequired)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ Status_GivenStatusWord_ReturnsCorrectResponseStatus(responseSw: 25551, expectedStatus: AuthenticationRequired)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ SwContainsRetries_GivenSw_ReturnsTrueWhenRetriesPresent(responseSw: -28672, expectedResponse: False)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ SwContainsRetries_GivenSw_ReturnsTrueWhenRetriesPresent(responseSw: 25536, expectedResponse: True)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ SwContainsRetries_GivenSw_ReturnsTrueWhenRetriesPresent(responseSw: 25551, expectedResponse: True)
Yubico.YubiKey.YubiHsmAuth.Commands.BaseYubiHsmAuthResponseWithRetriesTests ‑ SwContainsRetries_GivenSw_ReturnsTrueWhenRetriesPresent(responseSw: 27136, expectedResponse: False)
Yubico.YubiKey.YubiHsmAuth.Commands.ChangeManagementKeyCommandTests ‑ Application_Get_ReturnsYubiHsmAuth
Yubico.YubiKey.YubiHsmAuth.Commands.ChangeManagementKeyCommandTests ‑ CreateCommandApdu_Cla0
Yubico.YubiKey.YubiHsmAuth.Commands.ChangeManagementKeyCommandTests ‑ CreateCommandApdu_DataContainsCurrentMgmtKeyValue
Yubico.YubiKey.YubiHsmAuth.Commands.ChangeManagementKeyCommandTests ‑ CreateCommandApdu_DataContainsNewMgmtKeyValue
Yubico.YubiKey.YubiHsmAuth.Commands.ChangeManagementKeyCommandTests ‑ CreateCommandApdu_DataContainsTwoMgmtKeyTags
Yubico.YubiKey.YubiHsmAuth.Commands.ChangeManagementKeyCommandTests ‑ CreateCommandApdu_Ins0x08
Yubico.YubiKey.YubiHsmAuth.Commands.ChangeManagementKeyCommandTests ‑ CreateCommandApdu_P1Is0
Yubico.YubiKey.YubiHsmAuth.Commands.ChangeManagementKeyCommandTests ‑ CreateCommandApdu_P2Is0
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ Application_Get_ReturnsYubiHsmAuth
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ ConstructorMgmtKeyLabel_ValidInputs_LabelMatchesInput
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ ConstructorMgmtKey_GivenMgmtKey_NoException
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_Cla0
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_DataContainsLabelTag
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_DataContainsLabelValue
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_DataContainsMgmtKeyTag
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_DataContainsMgmtKeyValue
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_Ins0x02
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_P1Is0
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CreateCommandApdu_P2Is0
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CtorMgmtKeyLabel_InvalidLabelLength_ThrowsArgException(length: 0)
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CtorMgmtKeyLabel_InvalidLabelLength_ThrowsArgException(length: 65)
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CtorMgmtKeyLabel_InvalidMgmtKeyLength_ThrowsArgException(length: 15)
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CtorMgmtKeyLabel_InvalidMgmtKeyLength_ThrowsArgException(length: 17)
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CtorMgmtKey_GivenInvalidLength_ThrowsArgException(length: 15)
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ CtorMgmtKey_GivenInvalidLength_ThrowsArgException(length: 17)
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ Label_SetGetValidString_ReturnsMatchingString
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ Label_SetInvalidLabelLength_ThrowsArgException(length: 0)
Yubico.YubiKey.YubiHsmAuth.Commands.DeleteCredentialCommandTests ‑ Label_SetInvalidLabelLength_ThrowsArgException(length: 65)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ Application_Get_ReturnsYubiHsmAuth
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ Constructor_GivenInvalidCredentialPasswordLength_ThrowsArgumentException(passwordLength: 15)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ Constructor_GivenInvalidCredentialPasswordLength_ThrowsArgumentException(passwordLength: 17)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ Constructor_GivenInvalidHostChallengeLength_ThrowsArgumentException(hostChallengeLength: 7)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ Constructor_GivenInvalidHostChallengeLength_ThrowsArgumentException(hostChallengeLength: 9)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ Constructor_GivenInvalidHsmDeviceChallengeLength_ThrowsArgumentException(hsmDeviceChallengeLength: 7)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ Constructor_GivenInvalidHsmDeviceChallengeLength_ThrowsArgumentException(hsmDeviceChallengeLength: 9)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_Cla0
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_DataContainsContextLength16
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_DataContainsContextTag
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_DataContainsContextValue
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_DataContainsCredPasswordTag
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_DataContainsCredPasswordValue
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_DataContainsLabelTag
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_DataContainsLabelValue
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_Ins0x03
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_P1Is0
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysCommandTests ‑ CreateCommandApdu_P2Is0
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysResponseTests ‑ GetData_InvalidDataLength_ThrowsMalformedResponseException(dataLength: 47)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysResponseTests ‑ GetData_InvalidDataLength_ThrowsMalformedResponseException(dataLength: 49)
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysResponseTests ‑ GetData_NotSuccess_ThrowsInvalidOperationException
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysResponseTests ‑ GetData_Success_ReturnsExpectedEncryptionSessionKey
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysResponseTests ‑ GetData_Success_ReturnsExpectedMacSessionKey
Yubico.YubiKey.YubiHsmAuth.Commands.GetAes128SessionKeysResponseTests ‑ GetData_Success_ReturnsExpectedRmacSessionKey
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionCommandTests ‑ Application_Get_ReturnsYubiHsmAuth
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionCommandTests ‑ CreateCommandApdu_Cla0
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionCommandTests ‑ CreateCommandApdu_DataLength0
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionCommandTests ‑ CreateCommandApdu_Ins0x07
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionCommandTests ‑ CreateCommandApdu_P1Is0
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionCommandTests ‑ CreateCommandApdu_P2Is0
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionResponseTests ‑ Constructor_ReturnsObject
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionResponseTests ‑ GetData_Given1dot2dot3_ReturnsAppV1dot2dot3
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionResponseTests ‑ GetData_ResponseStatusFailed_ExceptionMessageMatchesStatusMessage
Yubico.YubiKey.YubiHsmAuth.Commands.GetApplicationVersionResponseTests ‑ GetData_ResponseStatusFailed_ThrowsInvalidOperationException
Yubico.YubiKey.YubiHsmAuth.Commands.GetManagementKeyRetriesCommandTests ‑ Application_Get_ReturnsYubiHsmAuth
Yubico.YubiKey.YubiHsmAuth.Commands.GetManagementKeyRetriesCommandTests ‑ CreateCommandApdu_Cla0
Yubico.YubiKey.YubiHsmAuth.Commands.GetManagementKeyRetriesCommandTests ‑ CreateCommandApdu_Ins0x09
Yubico.YubiKey.YubiHsmAuth.Commands.GetManagementKeyRetriesCommandTests ‑ CreateCommandApdu_P1Is0
Yubico.YubiKey.YubiHsmAuth.Commands.GetManagementKeyRetriesCommandTests ‑ CreateCommandApdu_P2Is0
Yubico.YubiKey.YubiHsmAuth.Commands.GetManagementKeyRetriesResponseTests ‑ GetData_ResponseStatusFailed_ExceptionMessageMatchesStatusMessage
Yubico.YubiKey.YubiHsmAuth.Commands.GetManagementKeyRetriesResponseTests ‑ GetData_ResponseStatusFailed_ThrowsInvalidOperationException
Yubico.YubiKey.YubiHsmAuth.Commands.GetManagementKeyRetriesResponseTests ‑ GetData_SuccessApdu6Retries_Returns6Retries
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsCommandTests ‑ Application_Get_ReturnsYubiHsmAuth
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsCommandTests ‑ Constructor_ReturnsObject
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_Cla0
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_DataLength0

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

3615 tests found (test 3525 to 3615)

There are 3615 tests, see "Raw output" for the list of tests 3525 to 3615.
Raw output
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_Ins0x05
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_P1Is0
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsCommandTests ‑ CreateCommandApdu_P2Is0
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ Constructor_ReturnsObject
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_DataTagAlgorithm_ExceptionMessageInvalidDataTag
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_DataTagAlgorithm_ThrowsMalformedException
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_ElementSize3_ExceptionMessageInvalidCredRetryDataLength
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_InvalidElementSize_ThrowsMalformedException(labelLength: 0)
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_InvalidElementSize_ThrowsMalformedException(labelLength: 65)
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_OneElement_MatchesExpectedCredRetryObject(labelSize: 1)
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_OneElement_MatchesExpectedCredRetryObject(labelSize: 64)
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_ResponseStatusFailed_ExceptionMessageMatchesStatusMessage
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_ResponseStatusFailed_ThrowsInvalidOperationException
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_TwoElements_MatchesExpectedCredRetryObjects
Yubico.YubiKey.YubiHsmAuth.Commands.ListCredentialsResponseTests ‑ GetData_ZeroElements_ReturnsEmptyList
Yubico.YubiKey.YubiHsmAuth.Commands.ResetApplicationCommandTests ‑ Application_Get_ReturnsYubiHsmAuth
Yubico.YubiKey.YubiHsmAuth.Commands.ResetApplicationCommandTests ‑ Constructor_ReturnsObject
Yubico.YubiKey.YubiHsmAuth.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_Cla0
Yubico.YubiKey.YubiHsmAuth.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_DataLength0
Yubico.YubiKey.YubiHsmAuth.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_Ins0x06
Yubico.YubiKey.YubiHsmAuth.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_P1Is0xde
Yubico.YubiKey.YubiHsmAuth.Commands.ResetApplicationCommandTests ‑ CreateCommandApdu_P2Is0xad
Yubico.YubiKey.YubiHsmAuth.CredentialRetryPairTests ‑ Constructor_Given2Retries_SetsRetriesTo2
Yubico.YubiKey.YubiHsmAuth.CredentialRetryPairTests ‑ Constructor_NegativeRetries_ThrowsArgOutOfRangeException
Yubico.YubiKey.YubiHsmAuth.CredentialRetryPairTests ‑ Constructor_ReturnsObject
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Constructor_KeyTypeAes128_ObjectKeyTypeAes128
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Constructor_KeyTypeNegative1_ThrowsArgOutOfRangeException
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Constructor_KeyTypeNone_ThrowsArgOutOfRangeException
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Constructor_LabelInvalidLength_ThrowsArgException(strLength: 0)
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Constructor_LabelInvalidLength_ThrowsArgException(strLength: 65)
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Constructor_LabelTestKey_ObjectLabelTestKey
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Constructor_TouchRequiredTrue_ObjectTouchRequiredTrue
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ KeyType_GetSetAes128_KeyTypeIsAes128
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ KeyType_SetNegative1_ThrowsArgOutOfRange
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ KeyType_SetNone_ThrowsArgOutOfRange
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Label_SetGetLabel_ReturnsMatchingString(labelLength: 1)
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Label_SetGetLabel_ReturnsMatchingString(labelLength: 64)
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Label_SetInvalidLabelLength_ThrowsArgOutOfRangeException(labelLength: 0)
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Label_SetInvalidLabelLength_ThrowsArgOutOfRangeException(labelLength: 65)
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ Label_SetNonUtf8Character_ThrowsArgException
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ MaxLabelLength_Get_Returns64
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ MinLabelLength_Get_Returns1
Yubico.YubiKey.YubiHsmAuth.CredentialTests ‑ TouchRequired_SetGetTrue_ReturnsTrue
Yubico.YubiKey.YubiHsmAuth.CredentialWithSecretsTests ‑ Constructor_InvalidPasswordLength_ThrowsArgException(len: 15)
Yubico.YubiKey.YubiHsmAuth.CredentialWithSecretsTests ‑ Constructor_InvalidPasswordLength_ThrowsArgException(len: 17)
Yubico.YubiKey.YubiHsmAuth.CredentialWithSecretsTests ‑ Constructor_KeyTypeAes128_ObjectKeyTypeAes128
Yubico.YubiKey.YubiKeyDeviceExtensionsTests ‑ WithScp03_WhenDeviceCorrect_Succeeds
Yubico.YubiKey.YubiKeyDeviceExtensionsTests ‑ WithScp03_WhenDeviceDoesNotHaveSmartCard_ThrowsException
Yubico.YubiKey.YubiKeyDeviceExtensionsTests ‑ WithScp03_WhenDeviceIsNull_Throws
Yubico.YubiKey.YubiKeyDeviceTests ‑ AutoEjectTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ AvailableNfcCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ AvailableUsbCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ ChallengeResponseTimeout_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ ConfigurationLocked_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ DeviceFlags_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ EnabledNfcCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ EnabledUsbCapabilities_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ FirmwareVersion_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ FormFactor_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ IsFipsSeries_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ IsSkySeries_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ LockConfiguration_NoConnections_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ LockConfiguration_SetAllZero_ThrowsArgException
Yubico.YubiKey.YubiKeyDeviceTests ‑ LockConfiguration_SetEmptySpan_ThrowsArgException
Yubico.YubiKey.YubiKeyDeviceTests ‑ SerialNumber_SetGet_ReturnsSetValue
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetAutoEjectTimeout_InvalidSecondsValue_ThrowsException(seconds: -1)
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetAutoEjectTimeout_InvalidSecondsValue_ThrowsException(seconds: 65536)
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetAutoEjectTimeout_NoConnections_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetChallengeResponseTimeout_InvalidSecondsValue_ThrowsException(seconds: -1)
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetChallengeResponseTimeout_InvalidSecondsValue_ThrowsException(seconds: 256)
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetChallengeResponseTimeout_NoConnections_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetDeviceFlags_NoConnections_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetEnabledNfcCapabilities_NoConnections_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetEnabledUsbCapabilities_NoConnections_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetEnabledUsbCapabilities_SetNone_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ SetEnabledUsbCapabilities_SetOnlyUnavailableCapability_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ UnlockConfiguration_NoConnections_ThrowsException
Yubico.YubiKey.YubiKeyDeviceTests ‑ UnlockConfiguration_SetEmptySpan_ThrowsArgException
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckManagementApplication
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckOathApplication
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckOathFeatures
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckOtpApplication_ReturnsTrue
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckOtpFeatures
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckPivApplication
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckPivFeatures
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckScp03s
Yubico.YubiKey.YubiKeyFeaturesTests ‑ CheckSerialNumberVisabilityControls
Yubico.YubiKey.YubiKeyFeaturesTests ‑ HasFeature_YubiHsmAuthApplication(major: 5, minor: 4, patch: 2, expectedResult: False)
Yubico.YubiKey.YubiKeyFeaturesTests ‑ HasFeature_YubiHsmAuthApplication(major: 5, minor: 4, patch: 3, expectedResult: True)
Yubico.YubiKey.YubiKeyFeaturesTests ‑ HasFeature_YubiHsmAuthApplication(major: 5, minor: 4, patch: 4, expectedResult: True)
Yubico.YubiKey.YubiKeyFeaturesTests ‑ YubiKey_Null_Throws