4 references to DefaultAuthenticationMechanism
Aspire.Hosting.MongoDB (4)
MongoDBServerResource.cs (2)
124private static ReferenceExpression AuthenticationMechanismReference => ReferenceExpression.Create($"{DefaultAuthenticationMechanism}"); 160builder.Append($"{DefaultAuthenticationMechanism:uri}");
ReplicaSet\MongoDBReplicaSetResource.cs (2)
116builder.Append($"{MongoDBServerResource.DefaultAuthenticationMechanism:uri}"); 136yield return new("AuthenticationMechanism", ReferenceExpression.Create($"{MongoDBServerResource.DefaultAuthenticationMechanism}"));