Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SensitiveTextPattern

    Currently, this class contains only content, but eventually, it could include a percentage of occurrence. It might also contain other data that will aid in decision-making.

    Inheritance
    object
    SensitiveTextPattern
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Transport
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class SensitiveTextPattern

    Properties

    Content

    Gets or sets the content associated with the sensitive text pattern entry. This content can be used as the primary key for searches or matches in various business operations.

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    string

    ID

    Gets or sets the unique identifier for the sensitive text pattern entry. This identifier ensures that each entry is unique and can be referenced precisely.

    Declaration
    public Guid ID { get; set; }
    Property Value
    Type Description
    Guid

    SensitiveTextPatternType

    Gets or sets the type of the sensitive text pattern entry. This type determines how the content is interpreted and used within the business operations, for example, whether it is treated as plain text or a regex pattern.

    Declaration
    public SensitiveTextPatternType SensitiveTextPatternType { get; set; }
    Property Value
    Type Description
    SensitiveTextPatternType

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation