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