EncryptionMethod Members
Represents the <EncryptionMethod> element, which specifies the algorithm that is used to encrypt a SOAP message. This class cannot be inherited.
The following tables list the members exposed by the EncryptionMethod type.
Public Constructors
Name | Description | |
---|---|---|
EncryptionMethod | Overloaded. Initializes a new instance of the EncryptionMethod class. |
Top
Public Properties
Name | Description | |
---|---|---|
Algorithm | Gets the encryption algorithm. | |
Parameters | Gets or sets the parameters for the encryption algorithm. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
GetXml | Generates an XML representation of the EncryptionMethod from the specified XML document. | |
LoadXml | Loads the contents of the specified XML element into properties of the EncryptionMethod. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
EncryptionMethod Class
Microsoft.Web.Services3.Security Namespace