Discuss this help topic in SecureBlackbox Forum

TElSSHPublicKeyAttributes.Mandatory

TElSSHPublicKeyAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Provides access to individual Mandatory flags.

Declaration

[C#]
    bool Mandatory[int Index];

[VB.NET]
    Property Mandatory(ByVal Index As Integer) As Boolean

[Pascal]
    property Mandatory[Index: integer]: boolean;

[C++]
    bool get_Mandatory(int32_t i);
    void set_Mandatory(int32_t i, bool v);

[PHP]
    bool get_Mandatory(integer $i)
    void set_Mandatory(integer $i, bool $v)

[Java]
    not available

Parameters

  • Index - The index of desired attribute mandatory flag in the list.
  • Value - enables/disables the desired attribute
  • i - ...
  • v - ...

Description

    Use this property to access mandatory flags of individual attributes by index

See also:     Count     Names     Values    

Discuss this help topic in SecureBlackbox Forum