BasicHttpsSecurity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies basic https security settings.
public ref class BasicHttpsSecurity sealed
public sealed class BasicHttpsSecurity
type BasicHttpsSecurity = class
Public NotInheritable Class BasicHttpsSecurity
- Inheritance
-
BasicHttpsSecurity
Constructors
BasicHttpsSecurity() |
Initializes a new instance of the BasicHttpsSecurity class. |
Properties
Message |
Gets the message-level security settings for a basicHttpsBinding binding. |
Mode |
Gets or sets the security mode for a basicHttpsBinding binding. |
Transport |
Gets the transport-level security settings for a basicHttpsBinding binding. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ShouldSerializeMessage() |
Indicates whether the message element should be serialized. |
ShouldSerializeTransport() |
Indicates whether the transport element should be serialized. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |