Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SensitiveTextPatternsHelper

    Inheritance
    object
    SensitiveTextPatternsHelper
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Helpers
    Assembly: SecureExchangesSDK.dll
    Syntax
    public static class SensitiveTextPatternsHelper

    Methods

    DetectSensitiveWordsInContent(string, IEnumerable<SensitiveTextPattern>)

    Analyse le contenu d'un courriel pour déterminer si des termes sensibles s'y retrouvent.

    Declaration
    public static List<Match> DetectSensitiveWordsInContent(string content, IEnumerable<SensitiveTextPattern> sensitiveTextPatternList)
    Parameters
    Type Name Description
    string content

    Le contenu à analyser.

    IEnumerable<SensitiveTextPattern> sensitiveTextPatternList

    La liste des modèles de texte sensible à rechercher.

    Returns
    Type Description
    List<Match>

    Une liste de correspondances trouvées.

    DetectSentences(string)

    Extrait des phrases pour être analysées

    Declaration
    public static List<string> DetectSentences(string content)
    Parameters
    Type Name Description
    string content
    Returns
    Type Description
    List<string>

    GetSEAndBusinessSensitiveTextPatternsList(GetSEAndBusinessSensitiveTextPatternsListArgs)

    Get SE sensitive text patterns and business sensitive text patterns in a single list.

    Declaration
    public static GetSEAndBusinessSensitiveTextPatternsListAnswer GetSEAndBusinessSensitiveTextPatternsList(GetSEAndBusinessSensitiveTextPatternsListArgs args)
    Parameters
    Type Name Description
    GetSEAndBusinessSensitiveTextPatternsListArgs args
    Returns
    Type Description
    GetSEAndBusinessSensitiveTextPatternsListAnswer

    RefreshSensitiveTextPatternsList(IEndPointConfiguration)

    Declaration
    public static SensitiveTextPattern[] RefreshSensitiveTextPatternsList(IEndPointConfiguration args)
    Parameters
    Type Name Description
    IEndPointConfiguration args
    Returns
    Type Description
    SensitiveTextPattern[]
    In this article
    Back to top Secure Exchanges Inc. - Documentation