SecPadding Enum
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.
An enumeration whose values specify the type of padding to be used in encryption and decryption.
public enum SecPadding
type SecPadding =
- Inheritance
-
SecPadding
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
PKCS1 | 1 | |
OAEP | 2 | |
Raw | 16384 | |
PKCS1MD2 | 32768 | |
PKCS1MD5 | 32769 | |
PKCS1SHA1 | 32770 | |
PKCS1SHA224 | 32771 | |
PKCS1SHA256 | 32772 | |
PKCS1SHA384 | 32773 | |
PKCS1SHA512 | 32774 |