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