mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 01:20:53 +01:00
update namespaces
This commit is contained in:
@@ -33,16 +33,9 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
using Mono.Security.X509;
|
||||
namespace MediaBrowser.Server.Mono.Security {
|
||||
|
||||
namespace Mono.Security {
|
||||
|
||||
#if INSIDE_CORLIB
|
||||
internal
|
||||
#else
|
||||
public
|
||||
#endif
|
||||
sealed class PKCS7 {
|
||||
public sealed class PKCS7 {
|
||||
|
||||
public class Oid {
|
||||
// pkcs 1
|
||||
|
||||
Reference in New Issue
Block a user