PrivacyProviderExtensionGetScopeData Method |
Namespace:
Lextm.SharpSnmpLib.Security
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static ISnmpData GetScopeData(
this IPrivacyProvider privacy,
Header header,
SecurityParameters parameters,
ISnmpData rawScopeData
)
<ExtensionAttribute>
Public Shared Function GetScopeData (
privacy As IPrivacyProvider,
header As Header,
parameters As SecurityParameters,
rawScopeData As ISnmpData
) As ISnmpData
public:
[ExtensionAttribute]
static ISnmpData^ GetScopeData(
IPrivacyProvider^ privacy,
Header^ header,
SecurityParameters^ parameters,
ISnmpData^ rawScopeData
)
[<ExtensionAttribute>]
static member GetScopeData :
privacy : IPrivacyProvider *
header : Header *
parameters : SecurityParameters *
rawScopeData : ISnmpData -> ISnmpData
Parameters
- privacy
- Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
- header
- Type: Lextm.SharpSnmpLibHeader
- parameters
- Type: Lextm.SharpSnmpLibSecurityParameters
- rawScopeData
- Type: Lextm.SharpSnmpLibISnmpData
Return Value
Type:
ISnmpDataUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IPrivacyProvider. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also