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

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

Visual Basic
Dim value As SecurityTokenDescriptor

value = Me.SecurityTokenDescriptor

Me.SecurityTokenDescriptor = value

Синтаксис

Visual Basic
Protected Property SecurityTokenDescriptor As SecurityTokenDescriptor
C#
protected SecurityTokenDescriptor SecurityTokenDescriptor { get; set; }
C++
protected:
property SecurityTokenDescriptor^ SecurityTokenDescriptor {
		SecurityTokenDescriptor^ get ();
		void set (SecurityTokenDescriptor^ value);
}
J#
/** @property */
protected SecurityTokenDescriptor get_SecurityTokenDescriptor ()

/** @property */
protected void set_SecurityTokenDescriptor (SecurityTokenDescriptor value)
JScript
protected function get SecurityTokenDescriptor () : SecurityTokenDescriptor

protected function set SecurityTokenDescriptor (value : SecurityTokenDescriptor)

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также