PasswordTokenProviderOptionsPassword Property |
Gets or sets the password.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string Password { get; set; }
Public Property Password As String
Get
Set
/** @property */
public String get_Password()
/** @property */
public void set_Password(String value)
function get Password () : String
function set Password (value : String)
Property Value
Type:
String
See Also