OAuthS2SSecurityConfiguration.AlternateAllowedHostname Property

 

Namespace:   Microsoft.Workflow.Client.Security
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public string AlternateAllowedHostname {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ AlternateAllowedHostname {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AlternateAllowedHostname : string with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property AlternateAllowedHostname As String

Property Value

Type: System.String

See Also

OAuthS2SSecurityConfiguration Class
Microsoft.Workflow.Client.Security Namespace

Return to top