This topic has not yet been rated - Rate this topic

Claim.OriginalIssuer Property

Windows Identity Foundation


Gets the original issuer of the claim.


Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
  Dim instance As Claim
Dim value As String

value = instance.OriginalIssuer
public virtual string OriginalIssuer { get; }
/** @property */
public String get_OriginalIssuer ()

public function get OriginalIssuer () : String

Property Value

A String that contains the original issuer of the claim.
Exception type Condition

When the issuer differs from the original issuer, it means that the claim was reissued.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows 7, Windows Server 2008 R2, Windows Vista SP2, Windows Server 2008 SP2, Windows Server 2003 SP2 (32-bit or 64-bit)
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ