12 references to WinZipEncryptionNotSupportedOnPlatform
System.IO.Compression (12)
System\IO\Compression\WinZipAesKeyMaterial.cs (2)
29throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 46throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform);
System\IO\Compression\WinZipAesStream.cs (6)
46throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 59throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 71throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 91throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 111throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 160throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform);
System\IO\Compression\ZipArchiveEntry.Async.cs (4)
243throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 542throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 586throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform); 796throw new PlatformNotSupportedException(SR.WinZipEncryptionNotSupportedOnPlatform);