[This is preliminary documentation and is subject to change.]
The password in this system for this user. Value must be base64 encoded to facilitate transfer of possibly invalid XML characters that can result from the encryption algorithm applied, and to deter casual snooping of unencrypted passwords. An Algorithm attribute value of "base64" therefore signifies clear text.
| C# | Visual Basic | Visual C++ |
public class Password : SifKeyedElement
Public Class Password _ Inherits SifKeyedElement
public ref class Password : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PasswordPasswordNew()() |
Creates an instance of a Password
| |
| PasswordPasswordNew(PasswordAlgorithm, String, String) |
Constructor that accepts values for all mandatory fields
| |
| Algorithm |
Gets or sets the value of the Algorithm attribute.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| KeyName |
Gets or sets the value of the KeyName attribute.
| |
| SetAlgorithm(PasswordAlgorithm) |
Sets the value of the Algorithm attribute.
| |
| Value |
Gets or sets the value of the <Password> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| Password | ||||