WSTrustRequestProcessingErrorEventArgs.RequestType 属性

定义

获取失败的 WS-Trust 请求类型。Gets the WS-Trust request type that failed.

public:
 property System::String ^ RequestType { System::String ^ get(); };
public string RequestType { get; }
member this.RequestType : string
Public ReadOnly Property RequestType As String

属性值

String

表示 WS-Trust 请求类型的 URI。The URI that represents the WS-Trust request type.

注解

失败请求的 wst: RequestType 元素的内容。The contents of the wst:RequestType element for the failed request.

适用于