System.Net.Authorization Class

Contains an authentication message for an Internet server.

See Also: Authorization Members

Syntax

public class Authorization

Remarks

The System.Net.AuthenticationManager returns an instance of the System.Net.Authorization class that contains an authentication message. This message is sent to the Internet server to indicate that the client (such as System.Net.WebRequest or one of its descendants) is authorized to access the server.

The System.Net.Authorization instance is created by the authentication module that the System.Net.AuthenticationManager designates to handle the request.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0, 4.0.0.0