[This is preliminary documentation and is subject to change.]
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = 32)]
public int SaltMaxLenght { get; set; }
[ConfigAttribute(Default = 32)]
public int SaltMaxLenght { get; set; }
<ConfigAttribute(Default := 32)>
Public Property SaltMaxLenght As Integer
Get
Set
<ConfigAttribute(Default := 32)>
Public Property SaltMaxLenght As Integer
Get
Set
public:
[ConfigAttribute(Default = 32)]
property int SaltMaxLenght {
int get ();
void set (int value);
}
public:
[ConfigAttribute(Default = 32)]
property int SaltMaxLenght {
int get ();
void set (int value);
}
[<ConfigAttribute(Default = 32)>]
member SaltMaxLenght : int with get, set
[<ConfigAttribute(Default = 32)>]
member SaltMaxLenght : int with get, set
Property Value
Type:
Int32