CmsRecipientCollection 생성자

정의

CmsRecipientCollection 클래스의 인스턴스를 만듭니다.

오버로드

Name Description
CmsRecipientCollection()

CmsRecipientCollection() 생성자는 클래스의 인스턴스를 CmsRecipientCollection 만듭니다.

CmsRecipientCollection(CmsRecipient)

CmsRecipientCollection(CmsRecipient) 생성자는 클래스의 인스턴스를 CmsRecipientCollection 만들고 지정된 받는 사람을 추가합니다.

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) 생성자는 클래스의 인스턴스를 CmsRecipientCollection 만들고 지정된 주체 식별자 및 받는 사람을 식별하는 인증서 집합을 기반으로 받는 사람을 추가합니다.

CmsRecipientCollection()

Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs

CmsRecipientCollection() 생성자는 클래스의 인스턴스를 CmsRecipientCollection 만듭니다.

public:
 CmsRecipientCollection();
public CmsRecipientCollection();
Public Sub New ()

추가 정보

적용 대상

CmsRecipientCollection(CmsRecipient)

Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs

CmsRecipientCollection(CmsRecipient) 생성자는 클래스의 인스턴스를 CmsRecipientCollection 만들고 지정된 받는 사람을 추가합니다.

public:
 CmsRecipientCollection(System::Security::Cryptography::Pkcs::CmsRecipient ^ recipient);
public CmsRecipientCollection(System.Security.Cryptography.Pkcs.CmsRecipient recipient);
new System.Security.Cryptography.Pkcs.CmsRecipientCollection : System.Security.Cryptography.Pkcs.CmsRecipient -> System.Security.Cryptography.Pkcs.CmsRecipientCollection
Public Sub New (recipient As CmsRecipient)

매개 변수

recipient
CmsRecipient

지정된 CMS/PKCS #7 받는 사람을 나타내는 클래스의 CmsRecipient 인스턴스입니다.

추가 정보

적용 대상

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs
Source:
CmsRecipientCollection.cs

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) 생성자는 클래스의 인스턴스를 CmsRecipientCollection 만들고 지정된 주체 식별자 및 받는 사람을 식별하는 인증서 집합을 기반으로 받는 사람을 추가합니다.

public:
 CmsRecipientCollection(System::Security::Cryptography::Pkcs::SubjectIdentifierType recipientIdentifierType, System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ certificates);
public CmsRecipientCollection(System.Security.Cryptography.Pkcs.SubjectIdentifierType recipientIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates);
new System.Security.Cryptography.Pkcs.CmsRecipientCollection : System.Security.Cryptography.Pkcs.SubjectIdentifierType * System.Security.Cryptography.X509Certificates.X509Certificate2Collection -> System.Security.Cryptography.Pkcs.CmsRecipientCollection
Public Sub New (recipientIdentifierType As SubjectIdentifierType, certificates As X509Certificate2Collection)

매개 변수

recipientIdentifierType
SubjectIdentifierType

주체 식별자의 형식을 지정하는 열거형의 멤버 SubjectIdentifierType 입니다.

certificates
X509Certificate2Collection

X509Certificate2Collection 받는 사람을 식별하는 인증서가 포함된 컬렉션입니다.

추가 정보

적용 대상