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.178 -- Release Build+e530c5c0e31352f3de7b5819173c826f4dd2c6c7
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