IUser.PublishingPasswordHashSalt Property

Definition

Password hash salt used for publishing.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Password hash salt used for publishing.", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, Read=true, ReadOnly=false, Required=false, SerializedName="publishingPasswordHashSalt", Update=true)]
public System.Security.SecureString PublishingPasswordHashSalt { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Password hash salt used for publishing.", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, Read=true, ReadOnly=false, Required=false, SerializedName="publishingPasswordHashSalt", Update=true)>]
member this.PublishingPasswordHashSalt : System.Security.SecureString with get, set
Public Property PublishingPasswordHashSalt As SecureString

Property Value

Attributes

Applies to