1 interface inheriting from ISignature
NuGet.Packaging (1)
Signing\Signatures\IRepositorySignature.cs (1)
9public interface IRepositorySignature : ISignature
1 implementation of ISignature
NuGet.Packaging (1)
Signing\Signatures\Signature.cs (1)
19public abstract class Signature : ISignature
1 reference to ISignature
NuGet.Commands (1)
TrustedSignersCommand\TrustedSignerActionsProvider.cs (1)
259private CertificateItem GetCertificateItemForSignature(ISignature signature, bool allowUntrustedRoot = false)