SIFWorks ADK 2.0
Password Class
NamespacesEdustructures.SifWorks.InfraPassword

[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.
Declaration Syntax
C#Visual BasicVisual C++
public class Password : SifKeyedElement
Public Class Password _
	Inherits SifKeyedElement
public ref class Password : public SifKeyedElement
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Remarks

Author: Generated by adkgen

Version: 2.0

Since: 1.5r1

Inheritance Hierarchy

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10