TrustConfigurationData.trustType Property
Gets or sets the type of the trusting entity.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustTypes trustType { get; set; }
public:
property TrustTypes trustType {
TrustTypes get();
void set(TrustTypes value);
}
member trustType : TrustTypes with get, set
Public Property trustType As TrustTypes
Property Value
Type: System.Web.Security.SingleSignOn.TrustTypes
The type of the trusting entity.
See Also
TrustConfigurationData Class
System.Web.Security.SingleSignOn Namespace
Return to top