Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System
Totale classi: 1364, di cui
- 414 nuove
- 585 modificate
- 0 rimosse
Pagina ... 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ...
System.Security.Cryptography.X509Certificates.PublicKey + | ||
---|---|---|
+ | .ctor () | |
+ | EncodedKeyValue | |
+ | EncodedParameters | |
+ | Key | |
+ | Oid |
System.Security.Cryptography.X509Certificates.X509Certificate2 + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | GetCertContentType (Byte[] rawData) | |
+ | GetCertContentType (String fileName) | |
+ | GetNameInfo (X509NameType nameType, Boolean forIssuer) | |
+ | Import (Byte[] rawData) | |
+ | Import (Byte[] rawData, String password, X509KeyStorageFlags keyStorageFlags) | |
+ | Import (Byte[] rawData, SecureString password, X509KeyStorageFlags keyStorageFlags) | |
+ | Import (String fileName) | |
+ | Import (String fileName, String password, X509KeyStorageFlags keyStorageFlags) | |
+ | Import (String fileName, SecureString password, X509KeyStorageFlags keyStorageFlags) | |
+ | Reset () | |
+ | ToString () | |
+ | ToString (Boolean verbose) | |
+ | Verify () | |
+ | Archived | |
+ | Extensions | |
+ | FriendlyName | |
+ | HasPrivateKey | |
+ | IssuerName | |
+ | NotAfter | |
+ | NotBefore | |
+ | PrivateKey | |
+ | PublicKey | |
+ | RawData | |
+ | SerialNumber | |
+ | SignatureAlgorithm | |
+ | SubjectName | |
+ | Thumbprint | |
+ | Version |
System.Security.Cryptography.X509Certificates.X509FindType + | ||
---|---|---|
+ | FindByApplicationPolicy | |
+ | FindByCertificatePolicy | |
+ | FindByExtension | |
+ | FindByIssuerDistinguishedName | |
+ | FindByIssuerName | |
+ | FindByKeyUsage | |
+ | FindBySerialNumber | |
+ | FindBySubjectDistinguishedName | |
+ | FindBySubjectKeyIdentifier | |
+ | FindBySubjectName | |
+ | FindByTemplateName | |
+ | FindByThumbprint | |
+ | FindByTimeExpired | |
+ | FindByTimeNotYetValid | |
+ | FindByTimeValid | |
+ | value__ |
System.Security.Cryptography.X509Certificates.X509CertificateCollection = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Add (X509Certificate value) | |
= | AddRange (X509Certificate[] value) | |
= | AddRange (X509CertificateCollection value) | |
= | Contains (X509Certificate value) | |
= | CopyTo (X509Certificate[] array, Int32 index) | |
= | GetEnumerator () | |
= | GetHashCode () | |
= | IndexOf (X509Certificate value) | |
= | Insert (Int32 index, X509Certificate value) | |
= | Remove (X509Certificate value) | |
= | X509CertificateEnumerator | |
= | Item [Int32 index] |
System.Security.Cryptography.X509Certificates.X509Certificate2Collection + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Add (X509Certificate2 certificate) | |
+ | AddRange (X509Certificate2[] certificates) | |
+ | AddRange (X509Certificate2Collection certificates) | |
+ | Contains (X509Certificate2 certificate) | |
+ | Export (X509ContentType contentType) | |
+ | Export (X509ContentType contentType, String password) | |
+ | Find (X509FindType findType, Object findValue, Boolean validOnly) | |
+ | GetEnumerator () | |
+ | Import (Byte[] rawData) | |
+ | Import (Byte[] rawData, String password, X509KeyStorageFlags keyStorageFlags) | |
+ | Import (String fileName) | |
+ | Import (String fileName, String password, X509KeyStorageFlags keyStorageFlags) | |
+ | Insert (Int32 index, X509Certificate2 certificate) | |
+ | Remove (X509Certificate2 certificate) | |
+ | RemoveRange (X509Certificate2[] certificates) | |
+ | RemoveRange (X509Certificate2Collection certificates) | |
+ | Item [Int32 index] |
System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator + | ||
---|---|---|
+ | MoveNext () | |
+ | Reset () | |
+ | Current |
System.Security.Cryptography.X509Certificates.X509ChainStatusFlags + | ||
---|---|---|
+ | CtlNotSignatureValid | |
+ | CtlNotTimeValid | |
+ | CtlNotValidForUsage | |
+ | Cyclic | |
+ | HasExcludedNameConstraint | |
+ | HasNotDefinedNameConstraint | |
+ | HasNotPermittedNameConstraint | |
+ | HasNotSupportedNameConstraint | |
+ | InvalidBasicConstraints | |
+ | InvalidExtension | |
+ | InvalidNameConstraints | |
+ | InvalidPolicyConstraints | |
+ | NoError | |
+ | NoIssuanceChainPolicy | |
+ | NotSignatureValid | |
+ | NotTimeNested | |
+ | NotTimeValid | |
+ | NotValidForUsage | |
+ | OfflineRevocation | |
+ | PartialChain | |
+ | RevocationStatusUnknown | |
+ | Revoked | |
+ | UntrustedRoot | |
+ | value__ |
System.Security.Cryptography.X509Certificates.X509ChainStatus + | ||
---|---|---|
+ | Status | |
+ | StatusInformation |
System.Security.Cryptography.X509Certificates.X509Chain + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Build (X509Certificate2 certificate) | |
+ | Create () | |
+ | Reset () | |
+ | ChainContext | |
+ | ChainElements | |
+ | ChainPolicy | |
+ | ChainStatus |
System.Security.Cryptography.X509Certificates.X509ChainElement + | ||
---|---|---|
+ | Certificate | |
+ | ChainElementStatus | |
+ | Information |
System.Security.Cryptography.X509Certificates.X509ChainElementCollection + | ||
---|---|---|
+ | CopyTo (X509ChainElement[] array, Int32 index) | |
+ | GetEnumerator () | |
+ | Count | |
+ | IsSynchronized | |
+ | Item [Int32 index] | |
+ | SyncRoot |
System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator + | ||
---|---|---|
+ | MoveNext () | |
+ | Reset () | |
+ | Current |
System.Security.Cryptography.X509Certificates.X509RevocationMode + | ||
---|---|---|
+ | NoCheck | |
+ | Offline | |
+ | Online | |
+ | value__ |
System.Security.Cryptography.X509Certificates.X509RevocationFlag + | ||
---|---|---|
+ | EndCertificateOnly | |
+ | EntireChain | |
+ | ExcludeRoot | |
+ | value__ |
Powered by Ricciolo