PeerSecuritySettings 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.
Contains the security settings associated with a peer channel, including the type of authentication used and the security used for the message transport.
public ref class PeerSecuritySettings sealed
public sealed class PeerSecuritySettings
type PeerSecuritySettings = class
Public NotInheritable Class PeerSecuritySettings
- Inheritance
-
PeerSecuritySettings
Constructors
PeerSecuritySettings() |
Initializes a new default instance of the PeerSecuritySettings class. |
Properties
Mode |
Gets or sets the value that indicates the security mode of the peer channel. |
Transport |
Gets the value that indicates the security settings for the transport used for messages transmitted over the peer channel. |
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) |
ShouldSerializeMode() |
Gets a value that indicates whether the security mode information should be serialized. |
ShouldSerializeTransport() |
Gets a value that indicates whether the transport information should be serialized. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |