[This is preliminary documentation and is subject to change.]
A PasswordList
| C# | Visual Basic | Visual C++ |
public class PasswordList : SifKeyedList<PasswordAlgorithm, Password>
Public Class PasswordList _ Inherits SifKeyedList(Of PasswordAlgorithm, Password)
public ref class PasswordList : public SifKeyedList<PasswordAlgorithm^, Password^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| PasswordListPasswordListNew()() |
Creates an instance of a PasswordList
| |
| PasswordListPasswordListNew(Password) |
Constructor that accepts values for all mandatory fields
| |
| AddPassword(PasswordAlgorithm, String, String) | Adds the value of the <Password> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <Password>)> | |||||
| SifKeyedList<(Of <PasswordAlgorithm, Password>)> | |||||
| PasswordList | |||||