|
AESPrivacyProviderBaseKeyBytes Property
|
Gets the key bytes.
Namespace: GSF.Net.Snmp.SecurityAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public int KeyBytes { get; }
Public ReadOnly Property KeyBytes As Integer
Get
public:
property int KeyBytes {
int get ();
}
member KeyBytes : int with get
View SourceProperty Value
Int32The key bytes.
See Also