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.
Writes the trust policy to an XML file.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void Write(
string filename
)
public:
void Write(
String^ filename
)
member Write :
filename:string -> unit
Public Sub Write (
filename As String
)
Parameters
filename
Type: System.StringThe file name of the XML file to write to.
See Also
Write Overload
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top