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.137 -- Release Build+074ed2672979376fdbab1e0a1f500a80b21869d0
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