CryptoKeyCache Constructor |
Ctor
Namespace: Lextm.SharpSnmpLib.SecurityAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic CryptoKeyCache(
int capacity
)
Public Sub New (
capacity As Integer
)
Dim capacity As Integer
Dim instance As New CryptoKeyCache(capacity)
public:
CryptoKeyCache(
int capacity
)
new :
capacity : int -> CryptoKeyCache
Parameters
- capacity Int32
[Missing <param name="capacity"/> documentation for "M:Lextm.SharpSnmpLib.Security.CryptoKeyCache.#ctor(System.Int32)"]
See Also