Table of Contents

Method NamesASecret

Namespace
MailFathom.Infrastructure.Secrets.Discovery
Assembly
MailFathom.Infrastructure.dll

NamesASecret(string?)

Gets whether a property name announces that the property holds a secret.

public static bool NamesASecret(string? propertyName)

Parameters

propertyName string

The property name to classify.

Returns

bool

true when the name contains a secret-announcing fragment and does not name an address; otherwise false.