SPSecureBinding members
Represents a server binding for a site that uses Secure Socket Layer (SSL) and secure hypertext transfer protocol (HTTPS).
The SPSecureBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSecureBinding() | Initializes a new instance of the SPSecureBinding class based on default parameters. | |
SPSecureBinding(String) | Initializes a new instance of the SPSecureBinding class based on the specified binding. |
Top
Properties
Name | Description | |
---|---|---|
HostHeader | Gets or sets the host header of the binding | |
Port | Gets or sets the port number for the binding. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Overwrite the equals so that when the object gets compared during restore we get a proper comparison operator. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hashcode of the secure binding. (Overrides Object.GetHashCode().) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top