Class AesCbcCipherParameters

    Definition

    Namespace:
    Tizen.Security.SecureRepository.Crypto
    Assembly:
    Tizen.Security.SecureRepository.dll

    Holds parameters for the AES algorithm with the CBC mode.

    public class AesCbcCipherParameters : AesCipherParameters
    Inheritance
    object
    CipherParameters
    AesCipherParameters
    AesCbcCipherParameters

    Constructors

    View Source

    AesCbcCipherParameters()

    Initializes an instance of AesCbcCipherParameters class.

    Declaration
    public AesCbcCipherParameters()
    Remarks

    CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.AesCbc.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX