2 instantiations of Base64StringAttribute
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (1)
346
[([
Base64String
] string base64string) => {}, (OpenApiSchema schema) => { Assert.Equal(JsonSchemaType.String, schema.Type); Assert.Equal("byte", schema.Format); }],
Microsoft.Extensions.Compliance.Redaction (1)
HmacRedactorOptions.cs (1)
40
[System.ComponentModel.DataAnnotations.
Base64String
]
2 references to Base64StringAttribute
Microsoft.AspNetCore.OpenApi (1)
Extensions\JsonNodeSchemaExtensions.cs (1)
87
if (attribute is
Base64StringAttribute
)
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\Base64StringAttribute.cs (1)
19
/// Initializes a new instance of the <see cref="
Base64StringAttribute
"/> class.