ZeroedBufferT Class

Represents a buffer that is zeroed when disposed.

Definition

Namespace: Gemstone.Security.Cryptography
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.128 -- Release Build+bd1c1867941d4700e644c1451bb1298b1b27c8bc
public sealed class ZeroedBuffer<T> : IDisposable
Inheritance
Object    ZeroedBufferT
Implements
IDisposable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Gemstone.Security.Cryptography.ZeroedBuffer`1"]

Remarks

Initializes a new instance of the ZeroedBufferT class.

If type T is a reference type, the buffer will be zeroed by setting all elements to null.

Constructors

ZeroedBufferT Represents a buffer that is zeroed when disposed.

Properties

Buffer Gets the buffer array instance.
Item Accesses element in the ZeroedBufferT> by reference.

Methods

Dispose Zero buffer and release resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also