Skip to content

Commit ed18144

Browse files
committed
samplecode: fix ambiguous ref
1 parent a9a27ac commit ed18144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Yubico.YubiKey/examples/PivSampleCode/CertificateOperations/YubiKeySignatureGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public YubiKeySignatureGenerator(
9696
}
9797

9898
// Return the public key as an instance of PublicKey.
99-
protected override PublicKey BuildPublicKey()
99+
protected override System.Security.Cryptography.X509Certificates.PublicKey BuildPublicKey()
100100
{
101101
return _defaultGenerator.PublicKey;
102102
}

0 commit comments

Comments
 (0)