8 references to UnsupportedEncryptionMethod
System.IO.Compression (8)
System\IO\Compression\ZipArchiveEntry.Async.cs (5)
231
throw new NotSupportedException(SR.
UnsupportedEncryptionMethod
);
261
throw new NotSupportedException(SR.
UnsupportedEncryptionMethod
);
312
throw new NotSupportedException(SR.
UnsupportedEncryptionMethod
);
520
throw new NotSupportedException(SR.
UnsupportedEncryptionMethod
);
562
throw new NotSupportedException(SR.
UnsupportedEncryptionMethod
);
System\IO\Compression\ZipArchiveEntry.cs (3)
1083
throw new NotSupportedException(SR.
UnsupportedEncryptionMethod
);
1114
throw new NotSupportedException(SR.
UnsupportedEncryptionMethod
);
1272
throw new NotSupportedException(SR.
UnsupportedEncryptionMethod
);