MessengerUnknownSecurityName Property |
Information about the value of the msgUserName and
msgAuthoritativeEngineID fields is extracted from the Local
Configuration Datastore (LCD, usmUserTable). If no information
is available for the user, then the usmStatsUnknownUserNames
counter is incremented and an error indication
(unknownSecurityName) 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 UnknownSecurityName { get; }
Public Shared ReadOnly Property UnknownSecurityName As ObjectIdentifier
Get
Dim value As ObjectIdentifier
value = Messenger.UnknownSecurityName
public:
static property ObjectIdentifier^ UnknownSecurityName {
ObjectIdentifier^ get ();
}
static member UnknownSecurityName : ObjectIdentifier with get
Property Value
ObjectIdentifier
See Also