Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
OnValidate ( object value ) : void |
public AddRange ( |
||
value | ||
return | void |
public AddRange ( |
||
value | ||
return | void |
public Contains ( |
||
value | ||
return | bool |
public CopyTo ( System array, int index ) : void | ||
array | System | |
index | int | |
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public GetEnumerator ( ) : System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator | ||
return | System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator |
public GetEnumerator ( ) : X509CertificateEnumerator | ||
return | X509CertificateEnumerator |
public IndexOf ( |
||
value | ||
return | int |
public Insert ( int index, System value ) : void | ||
index | int | |
value | System | |
return | void |
public Insert ( int index, |
||
index | int | |
value | ||
return | void |
public Remove ( X509Certificate value ) : void | ||
value | X509Certificate | |
return | void |
public X509CertificateCollection ( System value ) | ||
value | System |
public X509CertificateCollection ( ) : System.Collections | ||
return | System.Collections |
public X509CertificateCollection ( X509Certificate value ) : System.Collections | ||
value | X509Certificate | |
return | System.Collections |
public X509CertificateCollection ( X509CertificateCollection value ) : System.Collections | ||
value | X509CertificateCollection | |
return | System.Collections |
public this ( int index ) : System.Security.Cryptography.X509Certificates.X509Certificate | ||
index | int | |
return | System.Security.Cryptography.X509Certificates.X509Certificate |