ข้ามไปยังเนื้อหา

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 TenantDomainOwnershipProofChallengeMetadataKeys

objectTenantDomainOwnershipProofChallengeMetadataKeys

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Metadata key for the DNS TXT record name where the challenge should be published.

public const string DnsTxtRecordName = "proofChallengeDnsTxtRecordName"

string

Metadata key for the HTTP path where the challenge should be published.

public const string HttpFilePath = "proofChallengeHttpFilePath"

string

Metadata key for the actor that requested proof challenge issuance.

public const string LastProofChallengeActor = "lastProofChallengeActor"

string

Metadata key for the challenge issuance correlation identifier.

public const string LastProofChallengeCorrelationId = "lastProofChallengeCorrelationId"

string

Metadata key for the UTC timestamp when the challenge expires.

public const string LastProofChallengeExpiresAtUtc = "lastProofChallengeExpiresAtUtc"

string

Metadata key for the SHA-256 fingerprint of the issued challenge value.

public const string LastProofChallengeFingerprint = "lastProofChallengeFingerprint"

string

Metadata key for the UTC timestamp when the challenge was issued.

public const string LastProofChallengeIssuedAtUtc = "lastProofChallengeIssuedAtUtc"

string

Metadata key for the last proof challenge issuance outcome.

public const string LastProofChallengeOutcome = "lastProofChallengeOutcome"

string

Metadata key for the source that requested proof challenge issuance.

public const string LastProofChallengeSource = "lastProofChallengeSource"

string

Metadata key that identifies Cephalon as the challenge issuance owner.

public const string ProofChallengeOwnership = "proofChallengeOwnership"

string