WSFederationSerializer.CanReadResponse(String) Method
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.
Checks whether the specified string is a wst:RequestSecurityTokenResponse message with a namespace that is recognized by the wrapped WSTrustResponseSerializer.
public:
virtual bool CanReadResponse(System::String ^ trustMessage);
public virtual bool CanReadResponse (string trustMessage);
abstract member CanReadResponse : string -> bool
override this.CanReadResponse : string -> bool
Public Overridable Function CanReadResponse (trustMessage As String) As Boolean
Parameters
- trustMessage
- String
The WS-Trust message to check.
Returns
true
if the message is a valid wst:RequestSecurityTokenResponse message with a namespace that matches the WS-Trust protocol that this WSFederationSerializer supports; otherwise false
.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.