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 | |
---|---|---|
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. |
|
UpnClaim(String) | Initializes a new instance of the UpnClaim class with the value of the claim. |
Properties
Name | Description | |
---|---|---|
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.) |
|
UPN | Gets or sets the user principal name (UPN) value for this UpnClaim. |
|
uuid | Gets or sets the universal unique identifier (UUID) for this TrustPolicyEntryBase object.(Inherited from TrustPolicyEntryBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified UpnClaim is equal to the current UpnClaim.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code for this instance.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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