1 write to AllowNoTimestamp
NuGet.Packaging (1)
Signing\Verification\SignedPackageVerifierSettings.cs (1)
151
AllowNoTimestamp
= allowNoTimestamp;
4 references to AllowNoTimestamp
NuGet.Packaging (4)
Signing\Signatures\Signature.cs (3)
67
/// <remarks>If <see cref="SignedPackageVerifierSettings.
AllowNoTimestamp
" /> is set to true this method return true with a <see cref="validTimestamp" /> set to null.</remarks>
93
issues.Add(SignatureLog.Issue(!settings.
AllowNoTimestamp
, NuGetLogCode.NU3027, Strings.ErrorNoTimestamp));
94
if (!settings.
AllowNoTimestamp
)
Signing\Utility\RepositorySignatureInfoUtility.cs (1)
46
fallbackSettings.
AllowNoTimestamp
,