RepositoryCredential Class

Definition

Represents credential data for repository publishing.

public sealed record RepositoryCredential(string Id, string Type, IReadOnlyDictionary<string, string> Properties) : IEquatable<RepositoryCredential>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)