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

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

    Class CpCmsRecipient

    Inheritance
    object
    CpCmsRecipient
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography.Pkcs
    Assembly: CryptoPro.Security.Cryptography.Pkcs.dll
    Syntax
    public sealed class CpCmsRecipient

    Constructors

    CpCmsRecipient(CpX509Certificate2)

    Declaration
    public CpCmsRecipient(CpX509Certificate2 certificate)
    Parameters
    Type Name Description
    CpX509Certificate2 certificate

    CpCmsRecipient(CpX509Certificate2, RSAEncryptionPadding)

    Declaration
    public CpCmsRecipient(CpX509Certificate2 certificate, RSAEncryptionPadding rsaEncryptionPadding)
    Parameters
    Type Name Description
    CpX509Certificate2 certificate
    RSAEncryptionPadding rsaEncryptionPadding

    CpCmsRecipient(SubjectIdentifierType, CpX509Certificate2)

    Declaration
    public CpCmsRecipient(SubjectIdentifierType recipientIdentifierType, CpX509Certificate2 certificate)
    Parameters
    Type Name Description
    SubjectIdentifierType recipientIdentifierType
    CpX509Certificate2 certificate

    CpCmsRecipient(SubjectIdentifierType, CpX509Certificate2, RSAEncryptionPadding)

    Declaration
    public CpCmsRecipient(SubjectIdentifierType recipientIdentifierType, CpX509Certificate2 certificate, RSAEncryptionPadding rsaEncryptionPadding)
    Parameters
    Type Name Description
    SubjectIdentifierType recipientIdentifierType
    CpX509Certificate2 certificate
    RSAEncryptionPadding rsaEncryptionPadding

    Properties

    Certificate

    Declaration
    public CpX509Certificate2 Certificate { get; }
    Property Value
    Type Description
    CpX509Certificate2

    RSAEncryptionPadding

    Declaration
    public RSAEncryptionPadding? RSAEncryptionPadding { get; }
    Property Value
    Type Description
    RSAEncryptionPadding

    RecipientIdentifierType

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