Skip to content

Commit

Permalink
Resolve feedback on PR #23653 (#23780)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Sep 3, 2021
1 parent c2e8739 commit 0333e52
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ namespace Azure.Security.KeyVault.Certificates.Tests
{
public partial class PemReaderTests
{
/* This file is intended *only* for self-generated, fake keys used in tests in PemReaderTests.cs.
* This file, PemReaderTests.Keys.cs, should be ignored in eng/CredScanSuppression.json.
*/

private const string ECDsaPrivateKey = @"
-----BEGIN PRIVATE KEY-----
MIGiAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgEr3FyNKVWsTPq+qr
Expand Down

0 comments on commit 0333e52

Please sign in to comment.