AccidentalFish.ApplicationSupport.Powershell.SecretStore.KeyVaultSecretStore.EncodeKey C# (CSharp) 메소드

EncodeKey() 공개 메소드

public EncodeKey ( string key ) : string
key string
리턴 string
        public string EncodeKey(string key)
        {
            return key.Replace(".", "AFDOT").Replace("-", "AFDASH");
        }