MessengerDecryptionError Property |
If the privacy module returns failure, then the message can
not be processed, so the usmStatsDecryptionErrors counter is
incremented and an error indication (decryptionError) 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 DecryptionError { get; }
Public Shared ReadOnly Property DecryptionError As ObjectIdentifier
Get
Dim value As ObjectIdentifier
value = Messenger.DecryptionError
public:
static property ObjectIdentifier^ DecryptionError {
ObjectIdentifier^ get ();
}
static member DecryptionError : ObjectIdentifier with get
Property Value
ObjectIdentifier
See Also