PrivacyProviderExtensionVerifyHash Method |
Namespace:
Lextm.SharpSnmpLib.Security
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static bool VerifyHash(
this IPrivacyProvider privacy,
VersionCode version,
Header header,
SecurityParameters parameters,
ISnmpData scopeBytes,
byte[] length
)
<ExtensionAttribute>
Public Shared Function VerifyHash (
privacy As IPrivacyProvider,
version As VersionCode,
header As Header,
parameters As SecurityParameters,
scopeBytes As ISnmpData,
length As Byte()
) As Boolean
public:
[ExtensionAttribute]
static bool VerifyHash(
IPrivacyProvider^ privacy,
VersionCode version,
Header^ header,
SecurityParameters^ parameters,
ISnmpData^ scopeBytes,
array<unsigned char>^ length
)
[<ExtensionAttribute>]
static member VerifyHash :
privacy : IPrivacyProvider *
version : VersionCode *
header : Header *
parameters : SecurityParameters *
scopeBytes : ISnmpData *
length : byte[] -> bool
Parameters
- privacy
- Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
- version
- Type: Lextm.SharpSnmpLibVersionCode
- header
- Type: Lextm.SharpSnmpLibHeader
- parameters
- Type: Lextm.SharpSnmpLibSecurityParameters
- scopeBytes
- Type: Lextm.SharpSnmpLibISnmpData
- length
- Type: SystemByte
Return Value
Type:
BooleanUsage 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