Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DeriveBytes.cs
Go to the documentation of this file.
1
using
System.Runtime.Versioning
;
2
3
namespace
System.Security.Cryptography
;
4
5
[UnsupportedOSPlatform(
"browser"
)]
6
public
abstract
class
DeriveBytes
:
IDisposable
7
{
8
public
abstract
byte
[]
GetBytes
(
int
cb);
9
10
public
abstract
void
Reset
();
11
12
public
void
Dispose
()
13
{
14
Dispose
(disposing:
true
);
15
GC
.
SuppressFinalize
(
this
);
16
}
17
18
protected
virtual
void
Dispose
(
bool
disposing)
19
{
20
}
21
}
System.GC.SuppressFinalize
static void SuppressFinalize(object obj)
Definition
GC.cs:202
System.GC
Definition
GC.cs:8
System.Security.Cryptography.DeriveBytes.Dispose
virtual void Dispose(bool disposing)
Definition
DeriveBytes.cs:18
System.Security.Cryptography.DeriveBytes.Reset
void Reset()
System.Security.Cryptography.DeriveBytes.Dispose
void Dispose()
Definition
DeriveBytes.cs:12
System.Security.Cryptography.DeriveBytes.GetBytes
byte[] GetBytes(int cb)
System.Security.Cryptography.DeriveBytes
Definition
DeriveBytes.cs:7
System.IDisposable
Definition
IDisposable.cs:4
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.Security.Cryptography
Definition
CryptoPool.cs:3
source
System.Security.Cryptography.Algorithms
System.Security.Cryptography
DeriveBytes.cs
Generated by
1.10.0