QueueClientSideEncryptionOptions.DecryptionFailed Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event when failure to decrypt a message occurs.
public event EventHandler<Azure.Storage.Queues.Specialized.ClientSideDecryptionFailureEventArgs> DecryptionFailed;
member this.DecryptionFailed : EventHandler<Azure.Storage.Queues.Specialized.ClientSideDecryptionFailureEventArgs>
Public Event DecryptionFailed As EventHandler(Of ClientSideDecryptionFailureEventArgs)