Checks whether the specified string is a trust message RequestSecurityTokenResponse with a namespace that is recognized by the wrapped WSTrustResponseSerializer.
Пространство имен: Microsoft.IdentityModel.Protocols.WSFederation
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As WSFederationSerializer
Dim trustMessage As String
Dim returnValue As Boolean

returnValue = instance.CanReadResponse(trustMessage)

Синтаксис

Visual Basic
Public Overridable Function CanReadResponse ( _
		trustMessage As String _
) As Boolean
C#
public virtual bool CanReadResponse (
		string trustMessage
)
C++
public:
virtual bool CanReadResponse (
		String^ trustMessage
)
J#
public boolean CanReadResponse (
		String trustMessage
)
JScript
public function CanReadResponse (
		trustMessage : String
) : boolean

Параметры

trustMessage

The trust message to check.

Возвращаемое значение

True if trustMessage is a valid RequestSecurityTokenResponse with a namespace that matches the WS-Trust version that this Serializer supports.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также