Class AllowedSigningAlgorithmsConverter
Inheritance
AllowedSigningAlgorithmsConverter
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class AllowedSigningAlgorithmsConverter : IValueConverter<ICollection<string>, string>, IValueConverter<string, ICollection<string>>
Constructors
AllowedSigningAlgorithmsConverter()
Declaration
public AllowedSigningAlgorithmsConverter()
Fields
Converter
Declaration
public static AllowedSigningAlgorithmsConverter Converter
Field Value
Methods
Convert(ICollection<string>, ResolutionContext)
Declaration
public string Convert(ICollection<string> sourceMember, ResolutionContext context)
Parameters
Returns
Convert(string, ResolutionContext)
Declaration
public ICollection<string> Convert(string sourceMember, ResolutionContext context)
Parameters
| Type |
Name |
Description |
| string |
sourceMember |
|
| ResolutionContext |
context |
|
Returns
Implements
AutoMapper.IValueConverter<,>
AutoMapper.IValueConverter<,>
Extension Methods