This documentation is archived and is not being maintained.
ChannelProtectionRequirements Class
Visual Studio 2010
Describes encryption and signature requirements that apply to different parts of messages that are transmitted on this channel.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ChannelProtectionRequirements type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Add(ChannelProtectionRequirements) | Adds the parts collections in the specified ChannelProtectionRequirements to the current instance of this class. |
![]() | Add(ChannelProtectionRequirements, Boolean) | Adds the various 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
