Skip to content

Commit fe9f941

Browse files
Remove unused types (#4490)
Remove types that are not referenced anywhere. Co-authored-by: Gautam Sheth <gautamdsheth@outlook.com>
1 parent 0a2c900 commit fe9f941

File tree

2 files changed

+0
-211
lines changed

2 files changed

+0
-211
lines changed

src/Commands/Utilities/CertificateCrypto.cs

Lines changed: 0 additions & 204 deletions
This file was deleted.

src/Commands/Utilities/CertificateHelper.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ namespace PnP.PowerShell.Commands.Utilities
1111
{
1212
internal class CertificateHelper
1313
{
14-
private enum PemStringType
15-
{
16-
Certificate,
17-
RsaPrivateKey
18-
}
19-
20-
2114
internal static string PrivateKeyToBase64(X509Certificate2 certificate, bool useLineBreaks = false)
2215
{
2316

0 commit comments

Comments
 (0)