X509CertificateCollection.Add(X509Certificate) Metoda

Definicja

Dodaje element X509Certificate z określoną wartością do bieżącego X509CertificateCollectionelementu .

public:
 int Add(System::Security::Cryptography::X509Certificates::X509Certificate ^ value);
public int Add (System.Security.Cryptography.X509Certificates.X509Certificate value);
member this.Add : System.Security.Cryptography.X509Certificates.X509Certificate -> int
Public Function Add (value As X509Certificate) As Integer

Parametry

value
X509Certificate

Element X509Certificate do dodania do bieżącego X509CertificateCollectionelementu .

Zwraca

Indeks do bieżącego X509CertificateCollection , w którym został wstawiony nowy X509Certificate .

Dotyczy

Zobacz też