RecipientInfo.RecipientIdentifier Свойство

Определение

Абстрактное свойство RecipientIdentifier возвращает тип идентификатора получателя.

public:
 abstract property System::Security::Cryptography::Pkcs::SubjectIdentifier ^ RecipientIdentifier { System::Security::Cryptography::Pkcs::SubjectIdentifier ^ get(); };
public abstract System.Security.Cryptography.Pkcs.SubjectIdentifier RecipientIdentifier { get; }
member this.RecipientIdentifier : System.Security.Cryptography.Pkcs.SubjectIdentifier
Public MustOverride ReadOnly Property RecipientIdentifier As SubjectIdentifier

Значение свойства

Объект SubjectIdentifier, который содержит идентификатор получателя.

Комментарии

Это абстрактное свойство, переопределенное KeyAgreeRecipientInfo и KeyTransRecipientInfo.

Применяется к

См. также раздел