Messenger.AuthenticationFailure Property |
If the authentication module returns failure, then the message
cannot be trusted, so the usmStatsWrongDigests counter is
incremented and an error indication (authenticationFailure)
together with the OID and value of the incremented counter is
returned to the calling module.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static ObjectIdentifier AuthenticationFailure { get; }
Public Shared ReadOnly Property AuthenticationFailure As ObjectIdentifier
Get
Dim value As ObjectIdentifier
value = Messenger.AuthenticationFailure
public:
static property ObjectIdentifier^ AuthenticationFailure {
ObjectIdentifier^ get ();
}
static member AuthenticationFailure : ObjectIdentifier with get
Property Value
ObjectIdentifier
See Also