Show / Hide Table of Contents

Class Credential

Inheritance
System.Object
SecurePasswordContract
Credential
Implements
CompAnalytics.Utils.ICredential
Inherited Members
SecurePasswordContract.Password
System.Object.ToString()
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: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[PropertyType("Username and Password Credentials", EditElementName = "ca-credential", EditImportPath = "app/Properties/Components/CredentialComponent")]
[DataContract]
public class Credential : SecurePasswordContract, ICredential

Properties

UserName

Declaration
[DataMember]
public string UserName { get; set; }
Property Value
Type Description
System.String

Implements

CompAnalytics.Utils.ICredential
Back to top Copyright © 2019 Composable Analytics, Inc.