Skip to content

Commit 092b548

Browse files
authored
Undo changes unrelated
1 parent 0f0760a commit 092b548

File tree

1 file changed

+1
-1
lines changed
  • src/KeyVault/KeyVault/SecurityDomain/Models

1 file changed

+1
-1
lines changed

src/KeyVault/KeyVault/SecurityDomain/Models/CertKey.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void Load(KeyPath path)
4949
public RSA GetKey() { return _key; }
5050
public X509Certificate2 GetCert() { return _cert; }
5151

52-
static RSAParameters RsaParamsFromPem(string path, string password) // CodeQL [SM02205] BouncyCastle is the only API available because we need to be at netstandard2.0
52+
static RSAParameters RsaParamsFromPem(string path, string password) //CodeQL [SM02205] BouncyCastle is the only API available because we need to be at netstandard2.0
5353
{
5454
using (var stream = File.OpenText(path))
5555
{

0 commit comments

Comments
 (0)