4 instantiations of Timestamp
Microsoft.DotNet.SignCheckLibrary (4)
Verification\AuthentiCode.cs (2)
209
var timeStamp = new
Timestamp
262
var timeStamp = new
Timestamp
Verification\Jar\JarSignatureFile.cs (1)
275
Timestamps.Add(new
Timestamp
Verification\VsixVerifier.cs (1)
36
timestamp = new
Timestamp
()
23 references to Timestamp
Microsoft.DotNet.SignCheckLibrary (23)
Verification\AuthentiCode.cs (9)
22
public static IEnumerable<
Timestamp
> GetTimestamps(string path, ISecurityInfoProvider securityInfoProvider) =>
23
string.IsNullOrEmpty(path) ? Enumerable.Empty<
Timestamp
>() : GetTimestampsInternal(path, securityInfoProvider);
75
private static IEnumerable<
Timestamp
> GetTimestampsInternal(string path, ISecurityInfoProvider securityInfoProvider)
186
private static IEnumerable<
Timestamp
> ExtractTimestamps(SignedCms signedCms)
188
var timestamps = new List<
Timestamp
>();
209
var
timeStamp = new Timestamp
249
private static IEnumerable<
Timestamp
> GetTimestampsFromCounterSignature(AsnEncodedData unsignedAttribute)
251
var timestamps = new List<
Timestamp
>();
262
var
timeStamp = new Timestamp
Verification\AuthentiCodeVerifier.cs (1)
66
foreach (
Timestamp
timestamp in svr.Timestamps)
Verification\Jar\JarFile.cs (1)
75
public IEnumerable<
Timestamp
> Timestamps
Verification\Jar\JarSignatureFile.cs (3)
19
private List<
Timestamp
> _timestamps;
78
public ICollection<
Timestamp
> Timestamps
84
_timestamps = new List<
Timestamp
>();
Verification\JarVerifier.cs (3)
37
foreach (
Timestamp
timestamp in jarFile.Timestamps)
42
IEnumerable<
Timestamp
> invalidTimestamps = from ts in jarFile.Timestamps
46
foreach (
Timestamp
ts in invalidTimestamps)
Verification\SignatureVerificationResult.cs (4)
17
private List<
Timestamp
> _timestamps;
164
/// A collection of <see cref="
Timestamp
"/>s associated with the AuthentiCode signature(s).
166
public ICollection<
Timestamp
> Timestamps
172
_timestamps = new List<
Timestamp
>();
Verification\VsixVerifier.cs (2)
27
private bool TryGetTimestamp(PackageDigitalSignature packageSignature, out
Timestamp
timestamp)
141
Timestamp
timestamp;