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