Пространство имен: Microsoft.IdentityModel.Tokens.Saml11
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim reader As XmlReader
Dim returnValue As SamlDoNotCacheCondition

returnValue = Me.ReadDoNotCacheCondition(reader)

Синтаксис

Visual Basic
Protected Overridable Function ReadDoNotCacheCondition ( _
		reader As XmlReader _
) As SamlDoNotCacheCondition
C#
protected virtual SamlDoNotCacheCondition ReadDoNotCacheCondition (
		XmlReader reader
)
C++
protected:
virtual SamlDoNotCacheCondition^ ReadDoNotCacheCondition (
		XmlReader^ reader
)
J#
protected SamlDoNotCacheCondition ReadDoNotCacheCondition (
		XmlReader reader
)
JScript
protected function ReadDoNotCacheCondition (
		reader : XmlReader
) : SamlDoNotCacheCondition

Параметры

reader

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также