Property | Type | Description | |
---|---|---|---|
BlockSizeValue | int | ||
FeedbackSizeValue | int | ||
IVValue | byte[] | ||
KeySizeValue | int | ||
KeyValue | byte[] | ||
LegalBlockSizesValue | System.Security.Cryptography.KeySizes[] | ||
LegalKeySizesValue | System.Security.Cryptography.KeySizes[] | ||
ModeValue | CipherMode | ||
PaddingValue | PaddingMode |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Create ( ) : |
||
Create ( string algName ) : |
||
CreateDecryptor ( ) : ICryptoTransform | ||
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
Dispose ( ) : void | ||
GenerateIV ( ) : void | ||
GenerateKey ( ) : void | ||
ValidKeySize ( int bitLength ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
SymmetricAlgorithm ( ) |
public static Create ( ) : |
||
return |
public static Create ( string algName ) : |
||
algName | string | |
return |
public CreateDecryptor ( ) : ICryptoTransform | ||
return | ICryptoTransform |
public abstract CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
return | ICryptoTransform |
public CreateEncryptor ( ) : ICryptoTransform | ||
return | ICryptoTransform |
public abstract CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
return | ICryptoTransform |
protected KeySizes[],System.Security.Cryptography LegalBlockSizesValue | ||
return | System.Security.Cryptography.KeySizes[] |
protected KeySizes[],System.Security.Cryptography LegalKeySizesValue | ||
return | System.Security.Cryptography.KeySizes[] |