Share via


EnvelopedCms.RecipientInfos 속성

정의

디코딩된 메시지의 받는 사람 목록을 나타내는 컬렉션을 가져옵니다. 기본값은 빈 컬렉션입니다.

public:
 property System::Security::Cryptography::Pkcs::RecipientInfoCollection ^ RecipientInfos { System::Security::Cryptography::Pkcs::RecipientInfoCollection ^ get(); };
public System.Security.Cryptography.Pkcs.RecipientInfoCollection RecipientInfos { get; }
member this.RecipientInfos : System.Security.Cryptography.Pkcs.RecipientInfoCollection
Public ReadOnly Property RecipientInfos As RecipientInfoCollection

속성 값

디코딩된 메시지의 받는 사람 목록을 나타내는 컬렉션입니다. 기본값은 빈 컬렉션입니다.

설명

이 속성은 읽기 전용이지만 의 개체 RecipientInfoCollectionRecipientInfo 대한 수정은 해당 속성을 사용하여 수행할 수 있습니다.

RecipientInfos 메서드 또는 오버로드된 EnvelopedCms.Encrypt 메서드를 호출 EnvelopedCms.Encode 한 결과로 속성이 채워지지 않습니다.

이 속성의 값은 를 호출하는 Decode동안 다른 컬렉션 개체로 바뀝니다. 이 개체는 디코딩된 메시지에서 읽은 인증서를 나타냅니다.

적용 대상