Class TenantDomainOwnershipProofChallengeMetadataKeys
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Stable metadata keys written by tenant-domain ownership proof challenge issuance.
public static class TenantDomainOwnershipProofChallengeMetadataKeysInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipProofChallengeMetadataKeys
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”DnsTxtRecordName
Section titled “ DnsTxtRecordName”Metadata key for the DNS TXT record name where the challenge should be published.
public const string DnsTxtRecordName = "proofChallengeDnsTxtRecordName"Field Value
Section titled “Field Value”HttpFilePath
Section titled “ HttpFilePath”Metadata key for the HTTP path where the challenge should be published.
public const string HttpFilePath = "proofChallengeHttpFilePath"Field Value
Section titled “Field Value”LastProofChallengeActor
Section titled “ LastProofChallengeActor”Metadata key for the actor that requested proof challenge issuance.
public const string LastProofChallengeActor = "lastProofChallengeActor"Field Value
Section titled “Field Value”LastProofChallengeCorrelationId
Section titled “ LastProofChallengeCorrelationId”Metadata key for the challenge issuance correlation identifier.
public const string LastProofChallengeCorrelationId = "lastProofChallengeCorrelationId"Field Value
Section titled “Field Value”LastProofChallengeExpiresAtUtc
Section titled “ LastProofChallengeExpiresAtUtc”Metadata key for the UTC timestamp when the challenge expires.
public const string LastProofChallengeExpiresAtUtc = "lastProofChallengeExpiresAtUtc"Field Value
Section titled “Field Value”LastProofChallengeFingerprint
Section titled “ LastProofChallengeFingerprint”Metadata key for the SHA-256 fingerprint of the issued challenge value.
public const string LastProofChallengeFingerprint = "lastProofChallengeFingerprint"Field Value
Section titled “Field Value”LastProofChallengeIssuedAtUtc
Section titled “ LastProofChallengeIssuedAtUtc”Metadata key for the UTC timestamp when the challenge was issued.
public const string LastProofChallengeIssuedAtUtc = "lastProofChallengeIssuedAtUtc"Field Value
Section titled “Field Value”LastProofChallengeOutcome
Section titled “ LastProofChallengeOutcome”Metadata key for the last proof challenge issuance outcome.
public const string LastProofChallengeOutcome = "lastProofChallengeOutcome"Field Value
Section titled “Field Value”LastProofChallengeSource
Section titled “ LastProofChallengeSource”Metadata key for the source that requested proof challenge issuance.
public const string LastProofChallengeSource = "lastProofChallengeSource"Field Value
Section titled “Field Value”ProofChallengeOwnership
Section titled “ ProofChallengeOwnership”Metadata key that identifies Cephalon as the challenge issuance owner.
public const string ProofChallengeOwnership = "proofChallengeOwnership"