TrustTypes Enumeration

 

This enumeration supports the AD FS infrastructure and is not intended for public use.

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

Syntax

public enum TrustTypes
public enum class TrustTypes
type TrustTypes
Public Enumeration TrustTypes

Members

Member name Description
SelfhostedRealm

The realm being trusted is the local realm.

TrustedRealm

Account realm that is trusted by the local resource realm.

TrustingRealm

Resource realm that trusts the local account realm.

TrustingResource

Resource application that trusts the local resource realm.

UnknownTrustType

Trust whose type is not known.

See Also

System.Web.Security.SingleSignOn Namespace

Return to top