Represents the AuthnContext element specified in [Saml2Core, 2.7.2.2].
Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As Saml2AuthenticationContext

Синтаксис

Visual Basic
Public Class Saml2AuthenticationContext
C#
public class Saml2AuthenticationContext
C++
public ref class Saml2AuthenticationContext
J#
public class Saml2AuthenticationContext
JScript
public class Saml2AuthenticationContext

Примечания

This base class does not directly support any by-value authentication context declarations (represented in XML by the AuthnContextDecl element). To support by-value declarations, extend this class to support the data model and extend Saml2AssertionSerializer, overriding ReadAuthnContext and WriteAuthnContext to read and write the by-value declaration.


Иерархия наследования

System.Object
  Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationContext

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также