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

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

Visual Basic
Dim instance As SecurityTokenDescriptor
Dim value As AuthenticationInformation

value = instance.AuthenticationInfo

instance.AuthenticationInfo = value

Синтаксис

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

/** @property */
public void set_AuthenticationInfo (AuthenticationInformation value)
JScript
public function get AuthenticationInfo () : AuthenticationInformation

public function set AuthenticationInfo (value : AuthenticationInformation)

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также