Class CipherParameters

    Definition

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

    Holds parameters for encryption and decryption.

    public abstract class CipherParameters
    Inheritance
    object
    CipherParameters
    Derived
    AesCipherParameters
    AesCipherParameters
    RsaOaepCipherParameters
    RsaOaepCipherParameters

    Properties

    View Source

    Algorithm

    Gets cipher algorithm type.

    Declaration
    public CipherAlgorithmType Algorithm { get; }
    Property Value
    Type Description
    CipherAlgorithmType

    Cipher algorithm type.

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