IUserProperties.PublishingPasswordHash Property

Definition

Password hash used for publishing.

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

Property Value

Attributes

Applies to