CryptoKeyCacheTryGetCachedValue Method |
Namespace:
Lextm.SharpSnmpLib.Security
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public bool TryGetCachedValue(
byte[] password,
byte[] engineId,
out byte[] cachedValue
)
Public Function TryGetCachedValue (
password As Byte(),
engineId As Byte(),
<OutAttribute> ByRef cachedValue As Byte()
) As Boolean
public:
bool TryGetCachedValue(
array<unsigned char>^ password,
array<unsigned char>^ engineId,
[OutAttribute] array<unsigned char>^% cachedValue
)
member TryGetCachedValue :
password : byte[] *
engineId : byte[] *
cachedValue : byte[] byref -> bool
Parameters
- password
- Type: SystemByte
- engineId
- Type: SystemByte
- cachedValue
- Type: SystemByte
Return Value
Type:
BooleanSee Also