AESPrivacyProviderBaseIsSupported Property |
Verifies if the provider is supported.
Namespace: Lextm.SharpSnmpLib.SecurityAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static bool IsSupported { get; }
Public Shared ReadOnly Property IsSupported As Boolean
Get
Dim value As Boolean
value = AESPrivacyProviderBase.IsSupported
public:
static property bool IsSupported {
bool get ();
}
static member IsSupported : bool with get
Property Value
Boolean
See Also