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

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

    Class CpKeyInfoName

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

    Constructors

    CpKeyInfoName()

    Declaration
    public CpKeyInfoName()

    CpKeyInfoName(string?)

    Declaration
    public CpKeyInfoName(string? keyName)
    Parameters
    Type Name Description
    string keyName

    Properties

    Value

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

    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