PlayFab / MpsAgent

Azure PlayFab Multiplayer Servers LocalMultiplayerAgent project and helper libraries
https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/
MIT License
51 stars 27 forks source link

Support for certificates with passwords #137

Open emmanuel-jr opened 2 years ago

emmanuel-jr commented 2 years ago

We currently do not support certificates that have passwords (both in testing with LocalMultiplayerAgent and attempting to creating a build)

public X509Certificate2(string fileName, string password);
public X509Certificate2(string fileName, SecureString password);

We need to find a way to pass the certificate password as a variable. A user environmental variable is one way this could be done, or dynamically asking user for input