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

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

    Class CpEncryptedType

    Inheritance
    object
    CpEncryptedType
    CpEncryptedData
    CpEncryptedKey
    Inherited Members
    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 abstract class CpEncryptedType

    Properties

    CipherData

    Declaration
    public virtual CpCipherData CipherData { get; set; }
    Property Value
    Type Description
    CpCipherData

    Encoding

    Declaration
    public virtual string? Encoding { get; set; }
    Property Value
    Type Description
    string

    EncryptionMethod

    Declaration
    public virtual CpEncryptionMethod? EncryptionMethod { get; set; }
    Property Value
    Type Description
    CpEncryptionMethod

    EncryptionProperties

    Declaration
    public virtual CpEncryptionPropertyCollection EncryptionProperties { get; }
    Property Value
    Type Description
    CpEncryptionPropertyCollection

    Id

    Declaration
    public virtual string? Id { get; set; }
    Property Value
    Type Description
    string

    KeyInfo

    Declaration
    [AllowNull]
    public CpKeyInfo KeyInfo { get; set; }
    Property Value
    Type Description
    CpKeyInfo

    MimeType

    Declaration
    public virtual string? MimeType { get; set; }
    Property Value
    Type Description
    string

    Type

    Declaration
    public virtual string? Type { get; set; }
    Property Value
    Type Description
    string

    Methods

    AddProperty(CpEncryptionProperty)

    Declaration
    public void AddProperty(CpEncryptionProperty ep)
    Parameters
    Type Name Description
    CpEncryptionProperty ep

    GetXml()

    Declaration
    public abstract XmlElement GetXml()
    Returns
    Type Description
    XmlElement

    LoadXml(XmlElement)

    Declaration
    [RequiresUnreferencedCode("The algorithm implementations referenced in the XML payload might be removed. Ensure the required algorithm implementations are preserved in your application.")]
    public abstract void LoadXml(XmlElement value)
    Parameters
    Type Name Description
    XmlElement value
    В этом разделе
    Наверх Generated by DocFX