Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Uri for the trust policy entry.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public override string TrustPolicyEntryUri { get; set; }
public:
property String^ TrustPolicyEntryUri {
virtual String^ get() override;
virtual void set(String^ value) override;
}
override TrustPolicyEntryUri : string with get, set
Public Overrides Property TrustPolicyEntryUri As String
Property Value
Type: System.String
The Uri for the trust policy entry.
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top