AccidentalFish.ApplicationSupport.Powershell.SecretStore.KeyVaultSecretStore.EncodeKey C# (CSharp) Méthode

EncodeKey() public méthode

public EncodeKey ( string key ) : string
key string
Résultat string
        public string EncodeKey(string key)
        {
            return key.Replace(".", "AFDOT").Replace("-", "AFDASH");
        }