Search Results for

    Show / Hide Table of Contents

    Class PasswordProfile

    Defines the Password Profile for a User in AAD

    Inheritance
    System.Object
    BaseModel
    PasswordProfile
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model.AzureActiveDirectory
    Assembly: PnP.Framework.dll
    Syntax
    public class PasswordProfile : BaseModel, IProvisioningTemplateDescendant

    Properties

    ForceChangePasswordNextSignIn

    Defines whether to force password change at next sign-in for the user

    Declaration
    public Boolean ForceChangePasswordNextSignIn { get; set; }
    Property Value
    Boolean

    ForceChangePasswordNextSignInWithMfa

    Defines whether to force password change at next sign-in with MFA for the user

    Declaration
    public Boolean ForceChangePasswordNextSignInWithMfa { get; set; }
    Property Value
    Boolean

    Password

    The Password for the user

    Declaration
    public SecureString Password { get; set; }
    Property Value
    SecureString

    Methods

    Equals(PasswordProfile)

    Compares PasswordProfile object based on PackagePath and source

    Declaration
    public bool Equals(PasswordProfile other)
    Parameters
    PasswordProfile other

    PasswordProfile Class object

    Returns
    System.Boolean

    true if the PasswordProfile object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with PasswordProfile class

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents PasswordProfile

    Returns
    System.Boolean

    Checks whether object is PasswordProfile class

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer