Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Mode
[2/2]
virtual
CipherMode
System.Security.Cryptography.SymmetricAlgorithm.Mode
get
set
inherited
Definition at line
136
of file
SymmetricAlgorithm.cs
.
137
{
138
get
139
{
140
return
ModeValue
;
141
}
142
set
143
{
144
if
(
value
!= CipherMode.CBC &&
value
!= CipherMode.ECB &&
value
!= CipherMode.CFB)
145
{
146
throw
new
CryptographicException(
System
.
SR
.
Cryptography_InvalidCipherMode
);
147
}
148
ModeValue
=
value
;
149
}
150
}
System.SR.Cryptography_InvalidCipherMode
static string Cryptography_InvalidCipherMode
Definition
SR.cs:54
System.SR
Definition
SR.cs:7
System.Security.Cryptography.SymmetricAlgorithm.ModeValue
CipherMode ModeValue
Definition
SymmetricAlgorithm.cs:9
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Security
Cryptography
TripleDESCng
Generated by
1.10.0