The following tables list the members exposed by NoEncryptionAlgorithm.
Public Constructors
Protected Fields
| Name | Description |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | BlockSizeValue | Represents the block size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | FeedbackSizeValue | Represents the feedback size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | IVValue | Represents the initialization vector (System.Security.Cryptography.SymmetricAlgorithm.IV) for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | KeySizeValue | Represents the size, in bits, of the secret key used by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | KeyValue | Represents the secret key for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | LegalBlockSizesValue | Specifies the block sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | LegalKeySizesValue | Specifies the key sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | ModeValue | Represents the cipher mode used in the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Protected Field](template/packages/core-dotnet/images/protectedField.png) | PaddingValue | Represents the padding mode used in the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
Top
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | BlockSize | Gets or sets the block size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CanReuseTransform | |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CanTransformMultipleBlocks | |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CipherBlockSize | |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CurrentTransform | |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EncryptionAlgorithm | |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FeedbackSize | Gets or sets the feedback size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | InputBlockSize | |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IV | Gets or sets the initialization vector (System.Security.Cryptography.SymmetricAlgorithm.IV) for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IVSize | |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Key | Gets or sets the secret key for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | KeySize | Gets or sets the size, in bits, of the secret key used by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LegalBlockSizes | Gets the block sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LegalKeySizes | Gets the key sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Mode | Gets or sets the mode for operation of the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | OutputBlockSize | |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Padding | Gets or sets the padding mode used in the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
Top
Public Methods
See Also