EnvelopeUpgradeBehaviorOptions Enumeration |
Envelope Upgrade Behavior Options.
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic enum EnvelopeUpgradeBehaviorOptions
Public Enumeration EnvelopeUpgradeBehaviorOptions
public enum class EnvelopeUpgradeBehaviorOptions
Members
| Member name | Value | Description |
---|
| RequireLatest | 0 | Do not fall back to older versions of the Encryption Envelope. |
| AllowOlder | 1 | Allow falling back to older versions of the Encryption Envelope. |
See Also