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

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

    Class CpRecipientInfo

    Inheritance
    object
    CpRecipientInfo
    CpKeyAgreeRecipientInfo
    CpKeyTransRecipientInfo
    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.Pkcs
    Assembly: CryptoPro.Security.Cryptography.Pkcs.dll
    Syntax
    public abstract class CpRecipientInfo

    Properties

    EncryptedKey

    Declaration
    public abstract byte[] EncryptedKey { get; }
    Property Value
    Type Description
    byte[]

    KeyEncryptionAlgorithm

    Declaration
    public abstract AlgorithmIdentifier KeyEncryptionAlgorithm { get; }
    Property Value
    Type Description
    AlgorithmIdentifier

    RecipientIdentifier

    Declaration
    public abstract CpSubjectIdentifier RecipientIdentifier { get; }
    Property Value
    Type Description
    CpSubjectIdentifier

    Type

    Declaration
    public RecipientInfoType Type { get; }
    Property Value
    Type Description
    RecipientInfoType

    Version

    Declaration
    public abstract int Version { get; }
    Property Value
    Type Description
    int
    В этом разделе
    Наверх Generated by DocFX