public sealed class ZeroedBuffer<T> : IDisposable
Public NotInheritable Class ZeroedBuffer(Of T)
Implements IDisposable
generic<typename T>
public ref class ZeroedBuffer sealed : IDisposable
[Missing <typeparam name="T"/> documentation for "T:Gemstone.Security.Cryptography.ZeroedBuffer`1"]
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.
ZeroedBufferT | Represents a buffer that is zeroed when disposed. |
Dispose | Zero buffer and release resources. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |