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

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

    Class CpKeyInfo

    Inheritance
    object
    CpKeyInfo
    Implements
    IEnumerable
    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 CpKeyInfo : IEnumerable

    Constructors

    CpKeyInfo()

    Declaration
    public CpKeyInfo()

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    Id

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

    Methods

    AddClause(CpKeyInfoClause)

    Declaration
    public void AddClause(CpKeyInfoClause clause)
    Parameters
    Type Name Description
    CpKeyInfoClause clause

    GetEnumerator()

    Returns an enumerator that iterates through a collection.

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    IEnumerator

    An IEnumerator object that can be used to iterate through the collection.

    GetEnumerator(Type)

    Declaration
    public IEnumerator GetEnumerator(Type requestedObjectType)
    Parameters
    Type Name Description
    Type requestedObjectType
    Returns
    Type Description
    IEnumerator

    GetXml()

    Declaration
    public XmlElement GetXml()
    Returns
    Type Description
    XmlElement

    LoadXml(XmlElement)

    Declaration
    public void LoadXml(XmlElement value)
    Parameters
    Type Name Description
    XmlElement value

    Implements

    IEnumerable
    В этом разделе
    Наверх Generated by DocFX