Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class KeysResource

    Inheritance
    object
    KeysResource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro.Resources
    Assembly: Inttegro.dll
    Syntax
    public class KeysResource

    Methods

    | Edit this page View Source

    DestroyAsync(object, CancellationToken)

    Declaration
    public Task<SecretKey> DestroyAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SecretKey>
    | Edit this page View Source

    DestroyAsync(string, CancellationToken)

    Declaration
    public Task<SecretKey> DestroyAsync(string secretKeyId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string secretKeyId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SecretKey>
    | Edit this page View Source

    GenerateAsync(object?, CancellationToken)

    Declaration
    public Task<GeneratedSecretKey> GenerateAsync(object? payload = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<GeneratedSecretKey>
    | Edit this page View Source

    LookupAsync(object, CancellationToken)

    Declaration
    public Task<SecretKey> LookupAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SecretKey>
    | Edit this page View Source

    LookupAsync(string, CancellationToken)

    Declaration
    public Task<SecretKey> LookupAsync(string secretKeyId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string secretKeyId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SecretKey>
    | Edit this page View Source

    PageAsync(object?, CancellationToken)

    Declaration
    public Task<SecretKeyPage> PageAsync(object? payload = null, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SecretKeyPage>
    | Edit this page View Source

    UpdateAsync(object, CancellationToken)

    Declaration
    public Task<SecretKey> UpdateAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SecretKey>
    | Edit this page View Source

    UsageAsync(object, CancellationToken)

    Declaration
    public Task<SecretKeyUsage> UsageAsync(object payload, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    object payload
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SecretKeyUsage>
    | Edit this page View Source

    UsageAsync(string, CancellationToken)

    Declaration
    public Task<SecretKeyUsage> UsageAsync(string secretKeyId, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string secretKeyId
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<SecretKeyUsage>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX