Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageSecurityOverRelayHttpElement.NegotiateServiceCredential 属性

定义

从配置文件获取或设置一个布尔值,该值指定服务凭据是在客户端带外预配的,还是通过协商过程从服务向客户端获取。

[System.Configuration.ConfigurationProperty("negotiateServiceCredential", DefaultValue=true)]
public bool NegotiateServiceCredential { get; set; }
[<System.Configuration.ConfigurationProperty("negotiateServiceCredential", DefaultValue=true)>]
member this.NegotiateServiceCredential : bool with get, set
Public Property NegotiateServiceCredential As Boolean

属性值

如果服务凭据是在客户端带外预配的,或通过协商过程从服务获取到客户端,则为 true;否则为 false。

属性

适用于