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 mscorlib
Totale classi: 2135, di cui
- 395 nuove
- 804 modificate
- 0 rimosse
Pagina ... 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 ...
System.Security.Cryptography.CipherMode = | ||
---|---|---|
= | CBC | |
= | CFB | |
= | CTS | |
= | ECB | |
= | OFB | |
= | value__ |
System.Security.Cryptography.PaddingMode != | ||
---|---|---|
- | ANSIX923 | |
- | ISO10126 | |
= | None | |
= | PKCS7 | |
= | value__ | |
= | Zeros |
System.Security.Cryptography.KeySizes = | ||
---|---|---|
= | .ctor () | |
= | MaxSize | |
= | MinSize | |
= | SkipSize |
System.Security.Cryptography.CryptographicException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Security.Cryptography.CryptographicUnexpectedOperationException = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () |
System.Security.Cryptography.ICryptoTransform = | ||
---|---|---|
= | TransformBlock (Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[] outputBuffer, Int32 outputOffset) | |
= | TransformFinalBlock (Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) | |
= | CanReuseTransform | |
= | CanTransformMultipleBlocks | |
= | InputBlockSize | |
= | OutputBlockSize |
System.Security.Cryptography.RandomNumberGenerator != | ||
---|---|---|
+ | .ctor () | |
= | Create () | |
= | Create (String rngName) | |
= | Create () | |
= | Create (String rngName) | |
= | GetBytes (Byte[] data) | |
= | GetBytes (Byte[] data) | |
= | GetNonZeroBytes (Byte[] data) | |
= | GetNonZeroBytes (Byte[] data) |
System.Security.Cryptography.RNGCryptoServiceProvider = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | GetBytes (Byte[] data) | |
= | GetNonZeroBytes (Byte[] data) |
System.Security.Cryptography.AsymmetricAlgorithm = | ||
---|---|---|
= | Clear () | |
= | Create () | |
= | Create (String algName) | |
= | FromXmlString (String xmlString) | |
= | ToXmlString (Boolean includePrivateParameters) | |
= | KeyExchangeAlgorithm | |
= | KeySize | |
= | LegalKeySizes | |
= | SignatureAlgorithm |
System.Security.Cryptography.AsymmetricKeyExchangeDeformatter != | ||
---|---|---|
+ | .ctor () | |
= | DecryptKeyExchange (Byte[] rgb) | |
= | DecryptKeyExchange (Byte[] rgb) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | Parameters | |
= | Parameters |
System.Security.Cryptography.AsymmetricKeyExchangeFormatter != | ||
---|---|---|
+ | .ctor () | |
= | CreateKeyExchange (Byte[] data) | |
= | CreateKeyExchange (Byte[] data, Type symAlgType) | |
= | CreateKeyExchange (Byte[] data, Type symAlgType) | |
= | CreateKeyExchange (Byte[] data) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | Parameters | |
= | Parameters |
System.Security.Cryptography.AsymmetricSignatureDeformatter != | ||
---|---|---|
+ | .ctor () | |
= | SetHashAlgorithm (String strName) | |
= | SetHashAlgorithm (String strName) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | VerifySignature (HashAlgorithm hash, Byte[] rgbSignature) | |
= | VerifySignature (Byte[] rgbHash, Byte[] rgbSignature) | |
= | VerifySignature (Byte[] rgbHash, Byte[] rgbSignature) | |
= | VerifySignature (HashAlgorithm hash, Byte[] rgbSignature) |
System.Security.Cryptography.AsymmetricSignatureFormatter != | ||
---|---|---|
+ | .ctor () | |
= | CreateSignature (HashAlgorithm hash) | |
= | CreateSignature (Byte[] rgbHash) | |
= | CreateSignature (Byte[] rgbHash) | |
= | CreateSignature (HashAlgorithm hash) | |
= | SetHashAlgorithm (String strName) | |
= | SetHashAlgorithm (String strName) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | SetKey (AsymmetricAlgorithm key) |
System.Security.Cryptography.FromBase64TransformMode = | ||
---|---|---|
= | DoNotIgnoreWhiteSpaces | |
= | IgnoreWhiteSpaces | |
= | value__ |
Powered by Ricciolo