RSAOAEP Members
Represents an implementation of RSA used for RSA_OEAP cryptography. This class cannot be inherited.
The following tables list the members exposed by the RSAOAEP type.
Public Constructors
Name | Description | |
---|---|---|
RSAOAEP | Overloaded. Initializes a new instance of the RSAOAEP class. |
Top
Public Properties
Name | Description | |
---|---|---|
DefaultSessionKeyAlgorithm | Gets or sets the default session key algorithm.(Inherited from AsymmetricKeyAlgorithm) | |
EncryptionFormatter | Gets the encryption formatter. (Inherited from RSA) | |
Key | Gets or sets the key. (Inherited from RSA) | |
KeyExchangeFormatter | Overridden. Gets the key exchange formatter. | |
SignatureFormatter | Gets the signature formatter. (Inherited from RSA) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Create | (Inherited from KeyAlgorithm ) | |
CreateEncryptionFormatter | (Inherited from KeyAlgorithm ) | |
CreateKeyExchangeFormatter | (Inherited from KeyAlgorithm ) | |
CreateSignatureFormatter | (Inherited from KeyAlgorithm ) | |
Equals | Overloaded. (Inherited from Object ) | |
GenerateSessionKey | Overloaded. Creates a SymmetricKeyAlgorithm for use as the session key in encryption operations. (Inherited from AsymmetricKeyAlgorithm) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
VerifyValidAlgorithm | (Inherited from KeyAlgorithm ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
RSAOAEP Class
Microsoft.Web.Services3.Security.Cryptography Namespace