Gets the Issuer of the claim.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As Claim
Dim value As String
value = instance.Issuer
|
Синтаксис
Visual Basic |
Public Overridable ReadOnly Property Issuer As String
|
C# |
public virtual string Issuer { get; }
|
C++ |
public:
virtual property String^ Issuer {
String^ get ();
}
|
J# |
/** @property */
public String get_Issuer ()
|
JScript |
public function get Issuer () : String
|
Значение свойства
An T:Microsoft.IdentityModel.Claims.IClaimsIdentity that represents
the issuer of the claim.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также