The context used by the authenticating authority up to and including the authentication event that yielded this statement. [Saml2Core, 2.7.2]
Пространство имен: Microsoft.IdentityModel.Tokens.Saml2
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As Saml2AuthenticationStatement
Dim value As Saml2AuthenticationContext

value = instance.AuthenticationContext

instance.AuthenticationContext = value

Синтаксис

Visual Basic
Public Property AuthenticationContext As Saml2AuthenticationContext
C#
public Saml2AuthenticationContext AuthenticationContext { get; set; }
C++
public:
property Saml2AuthenticationContext^ AuthenticationContext {
		Saml2AuthenticationContext^ get ();
		void set (Saml2AuthenticationContext^ value);
}
J#
/** @property */
public Saml2AuthenticationContext get_AuthenticationContext ()

/** @property */
public void set_AuthenticationContext (Saml2AuthenticationContext value)
JScript
public function get AuthenticationContext () : Saml2AuthenticationContext

public function set AuthenticationContext (value : Saml2AuthenticationContext)

Значение свойства

Returns a Saml2AuthenticationContext.

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также