QuickOPC User's Guide and Reference
FirstTokenIdDecimal Property (SecurityKeysInfo)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.KeyManagement Namespace > SecurityKeysInfo Class : FirstTokenIdDecimal Property
The security token Id of the first key in the array of keys, expressed in Decimal type.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property FirstTokenIdDecimal As Decimal
'Usage
 
Dim instance As SecurityKeysInfo
Dim value As Decimal
 
instance.FirstTokenIdDecimal = value
 
value = instance.FirstTokenIdDecimal
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public decimal FirstTokenIdDecimal {get; set;}
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property decimal FirstTokenIdDecimal {
   decimal get();
   void set (    decimal value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also