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 ... 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
System.Security.Cryptography.RSAPKCS1KeyExchangeFormatter = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | CreateKeyExchange (Byte[] rgbData) | |
= | CreateKeyExchange (Byte[] rgbData, Type symAlgType) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | Parameters | |
= | Rng |
System.Security.Cryptography.RSAPKCS1SignatureDeformatter = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | SetHashAlgorithm (String strName) | |
= | SetKey (AsymmetricAlgorithm key) | |
= | VerifySignature (Byte[] rgbHash, Byte[] rgbSignature) |
System.Security.Cryptography.RSAPKCS1SignatureFormatter = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | CreateSignature (Byte[] rgbHash) | |
= | SetHashAlgorithm (String strName) | |
= | SetKey (AsymmetricAlgorithm key) |
System.Security.Cryptography.Rijndael != | ||
---|---|---|
+ | .ctor () | |
= | Create () | |
= | Create (String algName) | |
= | Create () | |
= | Create (String algName) |
System.Security.Cryptography.RijndaelManaged = | ||
---|---|---|
= | .ctor () | |
= | CreateDecryptor (Byte[] rgbKey, Byte[] rgbIV) | |
= | CreateEncryptor (Byte[] rgbKey, Byte[] rgbIV) | |
= | GenerateIV () | |
= | GenerateKey () |
System.Security.Cryptography.RijndaelManagedTransform + | ||
---|---|---|
+ | Clear () | |
+ | Reset () | |
+ | TransformBlock (Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[] outputBuffer, Int32 outputOffset) | |
+ | TransformFinalBlock (Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) | |
+ | BlockSizeValue | |
+ | CanReuseTransform | |
+ | CanTransformMultipleBlocks | |
+ | InputBlockSize | |
+ | OutputBlockSize |
System.Security.Cryptography.SHA1 = | ||
---|---|---|
= | Create () | |
= | Create (String hashName) |
System.Security.Cryptography.SHA1CryptoServiceProvider = | ||
---|---|---|
= | .ctor () | |
= | Initialize () |
System.Security.Cryptography.SHA1Managed = | ||
---|---|---|
= | .ctor () | |
= | Initialize () |
System.Security.Cryptography.SHA256 != | ||
---|---|---|
+ | .ctor () | |
= | Create () | |
= | Create (String hashName) | |
= | Create () | |
= | Create (String hashName) |
System.Security.Cryptography.SHA256Managed = | ||
---|---|---|
= | .ctor () | |
= | Initialize () |
System.Security.Cryptography.SHA384 != | ||
---|---|---|
+ | .ctor () | |
= | Create () | |
= | Create (String hashName) | |
= | Create () | |
= | Create (String hashName) |
System.Security.Cryptography.SHA384Managed = | ||
---|---|---|
= | .ctor () | |
= | Initialize () |
System.Security.Cryptography.SHA512 != | ||
---|---|---|
+ | .ctor () | |
= | Create () | |
= | Create (String hashName) | |
= | Create () | |
= | Create (String hashName) |
Powered by Ricciolo