TrustRealm.Namespaces Property
Gets or sets the Namespaces, if the partner is using custom namespaces for policy, addressing and claims.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Namespaces Namespaces { get; set; }
public:
property Namespaces^ Namespaces {
Namespaces^ get();
void set(Namespaces^ value);
}
member Namespaces : Namespaces with get, set
Public Property Namespaces As Namespaces
Property Value
Type: System.Web.Security.SingleSignOn.Namespaces
The Namespaces.
See Also
TrustRealm Class
System.Web.Security.SingleSignOn Namespace
Return to top