MessengerUnsupportedSecurityLevel Property |
If the information about the user indicates that it does not
support the securityLevel requested by the caller, then the
usmStatsUnsupportedSecLevels counter is incremented and an error
indication (unsupportedSecurityLevel) 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 UnsupportedSecurityLevel { get; }
Public Shared ReadOnly Property UnsupportedSecurityLevel As ObjectIdentifier
Get
Dim value As ObjectIdentifier
value = Messenger.UnsupportedSecurityLevel
public:
static property ObjectIdentifier^ UnsupportedSecurityLevel {
ObjectIdentifier^ get ();
}
static member UnsupportedSecurityLevel : ObjectIdentifier with get
Property Value
ObjectIdentifier
See Also