You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/KeyVault/KeyVault/SecurityDomain/Models/CertKey.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public void Load(KeyPath path)
49
49
publicRSAGetKey(){return_key;}
50
50
publicX509Certificate2GetCert(){return_cert;}
51
51
52
-
staticRSAParametersRsaParamsFromPem(stringpath,stringpassword)//CodeQL [SM02205] BouncyCastle is the only API available because we need to be at netstandard2.0
52
+
staticRSAParametersRsaParamsFromPem(stringpath,stringpassword)//CodeQL [SM02205] BouncyCastle is the only API available because we need to be at netstandard2.0
0 commit comments