4 references to StructuredStorage
Microsoft.DotNet.SignCheckLibrary (4)
Interop\StructuredStorage.cs (1)
112
int hr =
StructuredStorage
.S_OK;
Verification\MsiVerifier.cs (1)
85
StructuredStorage
.SaveStream(record, svr.TempPath);
Verification\MspVerifier.cs (1)
27
StructuredStorage
.OpenAndExtractStorages(path, svr.TempPath);
Verification\OleStorageSecurityInfoProvider.cs (1)
34
if (hr !=
StructuredStorage
.S_OK || storage == null)