ChannelProtectionRequirements 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.
Describes encryption and signature requirements that apply to different parts of messages that are transmitted on this channel.
public ref class ChannelProtectionRequirements
public class ChannelProtectionRequirements
type ChannelProtectionRequirements = class
Public Class ChannelProtectionRequirements
- Inheritance
-
ChannelProtectionRequirements
Remarks
When extending the BindingElement class, you must implement the GetProperty<T>(BindingContext) so that it returns an instance of this class corresponding to the binding element.
Constructors
ChannelProtectionRequirements() |
Initializes a new instance of the ChannelProtectionRequirements class. |
ChannelProtectionRequirements(ChannelProtectionRequirements) |
Initializes a new instance of the ChannelProtectionRequirements class from another instance of this class. |
Properties
IncomingEncryptionParts |
Gets a collection of message parts that are encrypted for messages from client to server. |
IncomingSignatureParts |
Gets a collection of message parts that are signed for messages from client to server. |
IsReadOnly |
Gets a value that indicates whether this instance of the class is read-only. |
OutgoingEncryptionParts |
Gets a collection of message parts that are encrypted for messages from server to client. |
OutgoingSignatureParts |
Gets a collection of message parts that are signed for messages from server to client. |
Methods
Add(ChannelProtectionRequirements, Boolean) |
Adds the various parts collections in the specified ChannelProtectionRequirements to the current instance of this class. |
Add(ChannelProtectionRequirements) |
Adds the parts collections in the specified ChannelProtectionRequirements to the current instance of this class. |
CreateInverse() |
Creates a new instance of this class with incoming and outgoing parts reversed. |
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) |
MakeReadOnly() |
Sets this class and its part collections to read-only. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |