Class SignatureParameters

    Definition

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

    Holds parameters for signing and verification.

    public abstract class SignatureParameters
    Inheritance
    object
    SignatureParameters
    Derived
    DsaSignatureParameters
    DsaSignatureParameters
    EcdsaSignatureParameters
    EcdsaSignatureParameters
    RsaSignatureParameters
    RsaSignatureParameters

    Properties

    View Source

    HashAlgorithm

    Gets and sets hash algorithm.

    Declaration
    public HashAlgorithm HashAlgorithm { get; set; }
    Property Value
    Type Description
    HashAlgorithm

    Hash algorithm used in signing and verification.

    View Source

    SignatureAlgorithm

    Gets signature algorithm type.

    Declaration
    public SignatureAlgorithmType SignatureAlgorithm { get; }
    Property Value
    Type Description
    SignatureAlgorithmType

    Signature algorithm type.

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