2 writes to TimestampingX509ChainFactory
NuGet.Packaging (2)
Signing\TrustStore\X509TrustStore.cs (2)
84
TimestampingX509ChainFactory
= creator(storePurpose, logger);
196
TimestampingX509ChainFactory
= chainFactory;
5 references to TimestampingX509ChainFactory
NuGet.Packaging (5)
Signing\TrustStore\X509TrustStore.cs (5)
72
if (
TimestampingX509ChainFactory
is not null)
74
return
TimestampingX509ChainFactory
;
79
if (
TimestampingX509ChainFactory
is not null)
81
return
TimestampingX509ChainFactory
;
87
return
TimestampingX509ChainFactory
;