Discuss this help topic in SecureBlackbox Forum
Fired when the error happens during the use of the GSS mechanism during SSH authentication.
Declaration
Parameters
- Operation - The name of the operation / method, that caused the error
- MajorStatus - The major part of the GSS operation status, as returned by the operation implementation
- MinorStatus - The minor part of the GSS operation status, as returned by the operation implementation
- MajorErrorMsg - The text description of the major part of the GSS operation status, returned by the operation implementation
- MinorErrorMsg - The text description of the minor part of the GSS operation status, returned by the operation implementation
- szOperation - the length of pcOperation.
- szMajorErrorMsg - the length of pcMajorErrorMsg.
- szMinorErrorMsg - the length of pcMinorErrorMsg.
- pcOperation - The name of the operation / method, that caused the error
- pcMajorErrorMsg - The text description of the major part of the GSS operation status, returned by the operation implementation
- pcMinorErrorMsg - The text description of the minor part of the GSS operation status, returned by the operation implementation
Description
Use this event to handle possible errors of the GSS authentication.
Discuss this help topic in SecureBlackbox Forum