CryptoConfig.AddAlgorithm(Type, String[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 애플리케이션 도메인에 사용할 알고리즘 매핑에 이름 집합을 추가합니다.
public:
static void AddAlgorithm(Type ^ algorithm, ... cli::array <System::String ^> ^ names);
public static void AddAlgorithm (Type algorithm, params string[] names);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static void AddAlgorithm (Type algorithm, params string[] names);
[System.Security.SecurityCritical]
public static void AddAlgorithm (Type algorithm, params string[] names);
static member AddAlgorithm : Type * string[] -> unit
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member AddAlgorithm : Type * string[] -> unit
[<System.Security.SecurityCritical>]
static member AddAlgorithm : Type * string[] -> unit
Public Shared Sub AddAlgorithm (algorithm As Type, ParamArray names As String())
매개 변수
- algorithm
- Type
매핑할 알고리즘입니다.
- names
- String[]
알고리즘에 매핑할 이름 배열입니다.
- 특성
예외
algorithm
또는 names
매개 변수가 null
인 경우
설명
지정된 매핑이 기본 제공 매핑 및 machine.config 파일의 매핑보다 우선합니다. 매핑은 부분적으로 신뢰할 수 있는 코드가 신뢰할 수 있는 암호화 작업을 사용하지 못하도록 방지하는 데 사용됩니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET