We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a27ac commit ed18144Copy full SHA for ed18144
Yubico.YubiKey/examples/PivSampleCode/CertificateOperations/YubiKeySignatureGenerator.cs
@@ -96,7 +96,7 @@ public YubiKeySignatureGenerator(
96
}
97
98
// Return the public key as an instance of PublicKey.
99
- protected override PublicKey BuildPublicKey()
+ protected override System.Security.Cryptography.X509Certificates.PublicKey BuildPublicKey()
100
{
101
return _defaultGenerator.PublicKey;
102
0 commit comments