Represents an exception that occurred when there is something wrong with the security applied on a message.
<SerializableAttribute> _ Public Class MessageSecurityException _ Inherits CommunicationException
Dim instance As MessageSecurityException
[SerializableAttribute] public class MessageSecurityException : CommunicationException
[SerializableAttribute] public ref class MessageSecurityException : public CommunicationException
public class MessageSecurityException extends CommunicationException
An example where this exception happens is if signature verification fails. This exception usually happens during application message exchange (when security context is fully established). In addition, it can occur while establishing a security session on top of the initial security context.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC