Class Credential
Inheritance
System.Object
Credential
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ISynergy.Framework.UI.Models
Assembly: ISynergy.Framework.UI.WPF.dll
Syntax
public class Credential
Constructors
View SourceCredential(CredentialTypes, String, String, String)
Declaration
public Credential(CredentialTypes credentialType, string resource, string username, string password)
Parameters
Type | Name | Description |
---|---|---|
CredentialTypes | credentialType | |
System.String | resource | |
System.String | username | |
System.String | password |
Properties
View SourceCredentialType
Declaration
public CredentialTypes CredentialType { get; }
Property Value
Type | Description |
---|---|
CredentialTypes |
Password
Declaration
public string Password { get; }
Property Value
Type | Description |
---|---|
System.String |
Resource
Declaration
public string Resource { get; }
Property Value
Type | Description |
---|---|
System.String |
Username
Declaration
public string Username { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()