Метод | Описание | |
---|---|---|
Add ( System value ) : int | ||
Add ( |
||
AddRange ( System value ) : void | ||
AddRange ( |
||
AddRange ( |
||
Contains ( System value ) : bool | ||
Contains ( |
||
CopyTo ( System array, int index ) : void | ||
CopyTo ( |
||
GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator | ||
GetEnumerator ( ) : X509CertificateEnumerator | ||
GetHashCode ( ) : int | ||
IndexOf ( System value ) : int | ||
IndexOf ( |
||
Insert ( int index, System value ) : void | ||
Insert ( int index, |
||
Remove ( System value ) : void | ||
Remove ( X509Certificate value ) : void | ||
X509CertificateCollection ( ) | ||
X509CertificateCollection ( System value ) | ||
X509CertificateCollection ( ) : System.Collections | ||
X509CertificateCollection ( X509Certificate value ) : System.Collections | ||
X509CertificateCollection ( X509CertificateCollection value ) : System.Collections | ||
this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate | ||
this ( int index ) : X509Certificate |
Метод | Описание | |
---|---|---|
OnValidate ( object value ) : void |
public Add ( |
||
value | ||
Результат | int |
public AddRange ( |
||
value | ||
Результат | void |
public AddRange ( |
||
value | ||
Результат | void |
public Contains ( |
||
value | ||
Результат | bool |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
Результат | void |
public CopyTo ( |
||
array | ||
index | int | |
Результат | void |
public GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator | ||
Результат | System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator |
public GetEnumerator ( ) : X509CertificateEnumerator | ||
Результат | X509CertificateEnumerator |
public IndexOf ( |
||
value | ||
Результат | int |
public Insert ( int index, System value ) : void | ||
index | int | |
value | System | |
Результат | void |
public Insert ( int index, |
||
index | int | |
value | ||
Результат | void |
protected OnValidate ( object value ) : void | ||
value | object | |
Результат | void |
public Remove ( X509Certificate value ) : void | ||
value | X509Certificate | |
Результат | void |
public X509CertificateCollection ( System value ) | ||
value | System |
public X509CertificateCollection ( ) : System.Collections | ||
Результат | System.Collections |
public X509CertificateCollection ( X509Certificate value ) : System.Collections | ||
value | X509Certificate | |
Результат | System.Collections |
public X509CertificateCollection ( X509CertificateCollection value ) : System.Collections | ||
value | X509CertificateCollection | |
Результат | System.Collections |
public this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate | ||
index | int | |
Результат | System.Security.Cryptography.X509Certificates.X509Certificate |
public this ( int index ) : X509Certificate | ||
index | int | |
Результат | X509Certificate |