Gets or sets the address of the authority that created the
token.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Property Address As String
|
C# |
public string Address { get; set; }
|
C++ |
public:
property String^ Address {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
public String get_Address ()
/** @property */
public void set_Address (String value)
|
JScript |
public function get Address () : String
public function set Address (value : String)
|
Исключения
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также