Freigeben über


Claim.OriginalIssuer Property

Gets the original issuer of the claim.

Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As Claim
Dim value As String

value = instance.OriginalIssuer

Syntax

'Declaration
Public Overridable ReadOnly Property OriginalIssuer As String
public virtual string OriginalIssuer { get; }
public:
virtual property String^ OriginalIssuer {
    String^ get ();
}
/** @property */
public String get_OriginalIssuer ()
public function get OriginalIssuer () : String

Ausnahmen

Ausnahmetyp Bedingung

Hinweise

When the issuer differs from the original issuer, it means that the claim was re-issued.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

Claim Class
Claim Members
Microsoft.IdentityModel.Claims Namespace