Search Results for

    Show / Hide Table of Contents

    Class VirtualGroupHelper

    Inheritance
    System.Object
    VirtualGroupHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Web.Security
    Assembly: ImageVault.Web.dll
    Syntax
    public static class VirtualGroupHelper

    Methods

    FindIdentitiesAsync(SearchString, Int32, CultureInfo)

    Declaration
    public static Task<IList<IClaimDescriptor>> FindIdentitiesAsync(SearchString searchString, int maxHits, CultureInfo culture = null)
    Parameters
    Type Name Description
    SearchString searchString
    System.Int32 maxHits
    System.Globalization.CultureInfo culture
    Returns
    Type Description
    System.Threading.Tasks.Task<System.Collections.Generic.IList<IClaimDescriptor>>

    RegisterVirtualGroup(String, String, String)

    Declaration
    public static void RegisterVirtualGroup(string claimType, string claimValue, string displayName)
    Parameters
    Type Name Description
    System.String claimType
    System.String claimValue
    System.String displayName
    In This Article
    Back to top (c) Meriworks 2002-2022