public string ToJson()

in Notation.Plugin.AzureKeyVault/Protocol/DescribeKey.cs [80:85]


        public string ToJson()
        {
            return JsonSerializer.Serialize(
                value: this,
                jsonTypeInfo: new DescribeKeyResponseContext(PluginIO.GetRelaxedJsonSerializerOptions()).DescribeKeyResponse);
        }