Property IsSupported
- Namespace
- DocWright.Cryptography
- Assembly
- DocWright.Cryptography.dll
IsSupported
Gets a value indicating whether DocWright can decrypt this scheme given the correct password.
The two ECMA-376 schemes only. The legacy RC4 and XOR schemes are identified by name — so a caller is told what the file is rather than that it is broken — but they are not decrypted, and claiming otherwise here would turn an honest refusal into a wrong-password error further down.
public bool IsSupported { get; }