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 ... 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
System.Security.Cryptography.FromBase64Transform = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | Clear () | |
= | 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.CryptoAPITransform != | ||
---|---|---|
= | Clear () | |
- | Reset () | |
= | TransformBlock (Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[] outputBuffer, Int32 outputOffset) | |
= | TransformFinalBlock (Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) | |
= | CanReuseTransform | |
= | CanTransformMultipleBlocks | |
= | InputBlockSize | |
= | KeyHandle | |
= | OutputBlockSize |
System.Security.Cryptography.CspProviderFlags != | ||
---|---|---|
- | NoFlags | |
- | NoPrompt | |
- | UseArchivableKey | |
= | UseDefaultKeyContainer | |
- | UseExistingKey | |
= | UseMachineKeyStore | |
- | UseNonExportableKey | |
- | UseUserProtectedKey | |
= | value__ |
System.Security.Cryptography.CspParameters != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | KeyContainerName | |
= | KeyNumber | |
= | ProviderName | |
= | ProviderType | |
- | CryptoKeySecurity | |
= | Flags | |
- | KeyPassword | |
- | ParentWindowHandle |
System.Security.Cryptography.CryptoConfig = | ||
---|---|---|
= | .ctor () | |
= | CreateFromName (String name, Object[] args) | |
= | CreateFromName (String name) | |
= | EncodeOID (String str) | |
= | MapNameToOID (String name) |
System.Security.Cryptography.CryptoStreamMode = | ||
---|---|---|
= | Read | |
= | value__ | |
= | Write |
System.Security.Cryptography.CryptoStream != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | Clear () | |
= | Clear () | |
+ | Close () | |
= | Flush () | |
= | Flush () | |
= | FlushFinalBlock () | |
= | FlushFinalBlock () | |
= | Read (Byte[] buffer, Int32 offset, Int32 count) | |
= | Read (Byte[] buffer, Int32 offset, Int32 count) | |
= | Seek (Int64 offset, SeekOrigin origin) | |
= | Seek (Int64 offset, SeekOrigin origin) | |
= | SetLength (Int64 value) | |
= | SetLength (Int64 value) | |
= | Write (Byte[] buffer, Int32 offset, Int32 count) | |
= | Write (Byte[] buffer, Int32 offset, Int32 count) | |
= | CanRead | |
= | CanRead | |
= | CanSeek | |
= | CanSeek | |
= | CanWrite | |
= | CanWrite | |
= | Length | |
= | Length | |
= | Position | |
= | Position |
System.Security.Cryptography.SymmetricAlgorithm != | ||
---|---|---|
+ | .ctor () | |
= | Clear () | |
= | Clear () | |
= | Create () | |
= | Create (String algName) | |
= | Create () | |
= | Create (String algName) | |
= | CreateDecryptor () | |
= | CreateDecryptor (Byte[] rgbKey, Byte[] rgbIV) | |
= | CreateDecryptor (Byte[] rgbKey, Byte[] rgbIV) | |
= | CreateDecryptor () | |
= | CreateEncryptor () | |
= | CreateEncryptor (Byte[] rgbKey, Byte[] rgbIV) | |
= | CreateEncryptor (Byte[] rgbKey, Byte[] rgbIV) | |
= | CreateEncryptor () | |
= | GenerateIV () | |
= | GenerateIV () | |
= | GenerateKey () | |
= | GenerateKey () | |
= | ValidKeySize (Int32 bitLength) | |
= | ValidKeySize (Int32 bitLength) | |
= | BlockSize | |
= | BlockSize | |
= | FeedbackSize | |
= | FeedbackSize | |
= | IV | |
= | IV | |
= | Key | |
= | Key | |
= | KeySize | |
= | KeySize | |
= | LegalBlockSizes | |
= | LegalBlockSizes | |
= | LegalKeySizes | |
= | LegalKeySizes | |
= | Mode | |
= | Mode | |
= | Padding | |
= | Padding |
System.Security.Cryptography.DES != | ||
---|---|---|
+ | .ctor () | |
= | Create () | |
= | Create (String algName) | |
= | Create () | |
= | Create (String algName) | |
= | IsSemiWeakKey (Byte[] rgbKey) | |
= | IsSemiWeakKey (Byte[] rgbKey) | |
= | IsWeakKey (Byte[] rgbKey) | |
= | IsWeakKey (Byte[] rgbKey) | |
= | Key | |
= | Key |
System.Security.Cryptography.DESCryptoServiceProvider = | ||
---|---|---|
= | .ctor () | |
= | CreateDecryptor (Byte[] rgbKey, Byte[] rgbIV) | |
= | CreateEncryptor (Byte[] rgbKey, Byte[] rgbIV) | |
= | GenerateIV () | |
= | GenerateKey () |
System.Security.Cryptography.DeriveBytes = | ||
---|---|---|
= | GetBytes (Int32 cb) | |
= | Reset () |
System.Security.Cryptography.DSAParameters = | ||
---|---|---|
= | Counter | |
= | G | |
= | J | |
= | P | |
= | Q | |
= | Seed | |
= | X | |
= | Y |
System.Security.Cryptography.DSA = | ||
---|---|---|
= | Create () | |
= | Create (String algName) | |
= | CreateSignature (Byte[] rgbHash) | |
= | ExportParameters (Boolean includePrivateParameters) | |
= | FromXmlString (String xmlString) | |
= | ImportParameters (DSAParameters parameters) | |
= | ToXmlString (Boolean includePrivateParameters) | |
= | VerifySignature (Byte[] rgbHash, Byte[] rgbSignature) |
System.Security.Cryptography.ICspAsymmetricAlgorithm + | ||
---|---|---|
+ | ExportCspBlob (Boolean includePrivateParameters) | |
+ | ImportCspBlob (Byte[] rawData) | |
+ | CspKeyContainerInfo |
Powered by Ricciolo