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

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

    Class CpKeyInfoEncryptedKey

    Inheritance
    object
    CpKeyInfoClause
    CpKeyInfoEncryptedKey
    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 class CpKeyInfoEncryptedKey : CpKeyInfoClause

    Constructors

    CpKeyInfoEncryptedKey()

    Declaration
    public CpKeyInfoEncryptedKey()

    CpKeyInfoEncryptedKey(CpEncryptedKey)

    Declaration
    public CpKeyInfoEncryptedKey(CpEncryptedKey encryptedKey)
    Parameters
    Type Name Description
    CpEncryptedKey encryptedKey

    Properties

    EncryptedKey

    Declaration
    public CpEncryptedKey? EncryptedKey { get; set; }
    Property Value
    Type Description
    CpEncryptedKey

    Methods

    GetXml()

    Declaration
    public override XmlElement GetXml()
    Returns
    Type Description
    XmlElement
    Overrides
    CpKeyInfoClause.GetXml()

    LoadXml(XmlElement)

    Declaration
    public override void LoadXml(XmlElement value)
    Parameters
    Type Name Description
    XmlElement value
    Overrides
    CpKeyInfoClause.LoadXml(XmlElement)
    В этом разделе
    Наверх Generated by DocFX