UpnClaim Class

 

Represents a claim that has a user principal name (UPN) in a Kerberos format. For example, user@contoso.com.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Inheritance Hierarchy

System.Object
  System.Web.Security.SingleSignOn.TrustPolicyEntryBase
    System.Web.Security.SingleSignOn.UpnClaim

Syntax

[ComVisibleAttribute(true)]
public class UpnClaim : TrustPolicyEntryBase
[ComVisibleAttribute(true)]
public ref class UpnClaim : TrustPolicyEntryBase
[<ComVisibleAttribute(true)>]
type UpnClaim = 
    class
        inherit TrustPolicyEntryBase
    end
<ComVisibleAttribute(True)>
Public Class UpnClaim
    Inherits TrustPolicyEntryBase

Constructors

Name Description
System_CAPS_pubmethod UpnClaim()

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the UpnClaim class.

System_CAPS_pubmethod UpnClaim(String)

Initializes a new instance of the UpnClaim class with the value of the claim.

Properties

Name Description
System_CAPS_pubproperty Disabled

Gets or sets whether the trust with this realm is currently active. If this is set, no tokens will be accepted from this partner.(Inherited from TrustPolicyEntryBase.)

System_CAPS_pubproperty UPN

Gets or sets the user principal name (UPN) value for this UpnClaim.

System_CAPS_pubproperty uuid

Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified UpnClaim is equal to the current UpnClaim.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code for this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Returns a String that represents the current UpnClaim object.(Overrides Object.ToString().)

Thread Safety

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

See Also

System.Web.Security.SingleSignOn Namespace

Return to top