КриптоПро .NET
Search Results for

    Показать/Скрыть содержание

    Class Gost2012_256SignatureDescription

    Inheritance
    object
    SignatureDescription
    Gost2012_256SignatureDescription
    Inherited Members
    SignatureDescription.DeformatterAlgorithm
    SignatureDescription.DigestAlgorithm
    SignatureDescription.FormatterAlgorithm
    SignatureDescription.KeyAlgorithm
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography.Xml
    Assembly: CryptoPro.Security.Cryptography.Xml.dll
    Syntax
    public class Gost2012_256SignatureDescription : SignatureDescription

    Constructors

    Gost2012_256SignatureDescription()

    Declaration
    public Gost2012_256SignatureDescription()

    Methods

    CreateDeformatter(AsymmetricAlgorithm)

    Creates an AsymmetricSignatureDeformatter instance with the specified key using the DeformatterAlgorithm property.

    Declaration
    public override sealed AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)
    Parameters
    Type Name Description
    AsymmetricAlgorithm key

    The key to use in the AsymmetricSignatureDeformatter.

    Returns
    Type Description
    AsymmetricSignatureDeformatter

    The newly created AsymmetricSignatureDeformatter instance.

    Overrides
    SignatureDescription.CreateDeformatter(AsymmetricAlgorithm)

    CreateDigest()

    Creates a HashAlgorithm instance using the DigestAlgorithm property.

    Declaration
    public override sealed HashAlgorithm CreateDigest()
    Returns
    Type Description
    HashAlgorithm

    The newly created HashAlgorithm instance.

    Overrides
    SignatureDescription.CreateDigest()

    CreateFormatter(AsymmetricAlgorithm)

    Creates an AsymmetricSignatureFormatter instance with the specified key using the FormatterAlgorithm property.

    Declaration
    public override sealed AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)
    Parameters
    Type Name Description
    AsymmetricAlgorithm key

    The key to use in the AsymmetricSignatureFormatter.

    Returns
    Type Description
    AsymmetricSignatureFormatter

    The newly created AsymmetricSignatureFormatter instance.

    Overrides
    SignatureDescription.CreateFormatter(AsymmetricAlgorithm)
    В этом разделе
    Наверх Generated by DocFX