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