IForestTrust.TrustPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trust Password
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="Trust Password", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, Read=true, ReadOnly=false, Required=false, SerializedName="trustPassword", Update=true)]
public System.Security.SecureString TrustPassword { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="Trust Password", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, Read=true, ReadOnly=false, Required=false, SerializedName="trustPassword", Update=true)>]
member this.TrustPassword : System.Security.SecureString with get, set
Public Property TrustPassword As SecureString
Property Value
- Attributes