CommerceAuthenticationFailedDecryptionException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An exception which is raised whenever a decryption error occurs, most notably when an invalid encryption key or an invalid ticket is used.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CommerceAuthenticationFailedDecryptionException _
Inherits CommerceException _
Implements ISerializable
'Usage
Dim instance As CommerceAuthenticationFailedDecryptionException
[SerializableAttribute]
public class CommerceAuthenticationFailedDecryptionException : CommerceException, ISerializable
[SerializableAttribute]
public ref class CommerceAuthenticationFailedDecryptionException : public CommerceException,
ISerializable
public class CommerceAuthenticationFailedDecryptionException extends CommerceException implements ISerializable
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
Microsoft.CommerceServer.Runtime..::.CommerceException
Microsoft.CommerceServer.Runtime..::.CommerceAuthenticationFailedDecryptionException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.