Show / Hide Table of Contents

Class SimpleCredentials

Inheritance
System.Object
SimpleCredentials
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Dynamic.ExpandoObject
Assembly: Sin.Net.Domain.dll
Syntax
public class SimpleCredentials

Constructors

SimpleCredentials()

Declaration
public SimpleCredentials()

SimpleCredentials(String, SecureString)

Declaration
public SimpleCredentials(string name, SecureString password)
Parameters
System.String name

System.Security.SecureString password

SimpleCredentials(String, String)

Declaration
public SimpleCredentials(string name, string password)
Parameters
System.String name

System.String password

Properties

Name

Declaration
public string Name { get; set; }
Property Value
System.String

Password

Declaration
public SecureString Password { get; }
Property Value
System.Security.SecureString

Methods

SetPassword(String)

Declaration
public void SetPassword(in string password)
Parameters
System.String password

Extension Methods

ObjectCloneExtensions.Clone(Object)
ObjectCloneExtensions.Clone<T>(T)
SecurityExtensions.SecureAccess(Object, SecurityLevels, String)
SecurityExtensions.SecureAccess(Object, Int32, String)
Back to top Copyright 2019 Adrian Singer. Generated by DocFX.