2 references to DefaultAuthenticationMechanism
Aspire.Hosting.MongoDB (2)
MongoDBServerResource.cs (2)
82
private static ReferenceExpression AuthenticationMechanismReference => ReferenceExpression.Create($"{
DefaultAuthenticationMechanism
}");
113
builder.Append($"{
DefaultAuthenticationMechanism
:uri}");