Search Results for

    Show / Hide Table of Contents

    Struct SecureMemoryHandle

    Namespace: Algorand.Unity.Crypto
    Assembly: cs.temp.dll.dll
    Syntax
    public struct SecureMemoryHandle : INativeDisposable

    Fields

    Ptr

    Declaration
    public IntPtr Ptr
    Field Value
    Type Description
    IntPtr

    Properties

    IsCreated

    Declaration
    public bool IsCreated { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Create(UIntPtr)

    Declaration
    public static SecureMemoryHandle Create(UIntPtr sizeBytes)
    Parameters
    Type Name Description
    UIntPtr sizeBytes
    Returns
    Type Description
    SecureMemoryHandle

    Dispose()

    Declaration
    public void Dispose()

    Dispose(JobHandle)

    Declaration
    public JobHandle Dispose(JobHandle inputDeps)
    Parameters
    Type Name Description
    JobHandle inputDeps
    Returns
    Type Description
    JobHandle

    Operators

    Implicit(SecureMemoryHandle to IntPtr)

    Declaration
    public static implicit operator IntPtr(SecureMemoryHandle handle)
    Parameters
    Type Name Description
    SecureMemoryHandle handle
    Returns
    Type Description
    IntPtr

    Implicit(IntPtr to SecureMemoryHandle)

    Declaration
    public static implicit operator SecureMemoryHandle(IntPtr ptr)
    Parameters
    Type Name Description
    IntPtr ptr
    Returns
    Type Description
    SecureMemoryHandle
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾