IFluidRelayServerKeys.Key2 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.
The secondary key for this server
[Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.Info(Description="The secondary key for this server", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, ReadOnly=true, Required=false, SerializedName="key2")]
public System.Security.SecureString Key2 { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.Info(Description="The secondary key for this server", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, ReadOnly=true, Required=false, SerializedName="key2")>]
member this.Key2 : System.Security.SecureString
Public ReadOnly Property Key2 As SecureString
Property Value
- Attributes