SignInRequestMessage.AuthenticationType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置消息的 wauth 参数。
public:
property System::String ^ AuthenticationType { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationType { get; set; }
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String
属性值
身份验证类型。 这被指定为 URI。
例外
设置完全无效的 URI 值的尝试发生。
注解
wauth 参数类似于 WS-Trust 中定义的 wst:AuthenticationType 元素。 值应设置为包含 URI 的字符串,该 URI 标识所使用的身份验证类型。
wauth 参数是可选的。 将 AuthenticationType 属性设置为 null
或将空字符串设置为 以从消息中删除 wauth 参数。