DataProtectionOptions.ApplicationDiscriminator 속성

정의

컴퓨터의 다른 모든 애플리케이션에서 이 애플리케이션을 고유하게 구분하는 식별자입니다. 판별자 값은 모두 동일한 키 자료를 사용하는 여러 논리 애플리케이션을 격리하기 위해 데이터 보호 시스템에서 생성된 모든 보호된 페이로드에 암시적으로 포함됩니다.

public:
 property System::String ^ ApplicationDiscriminator { System::String ^ get(); void set(System::String ^ value); };
public string ApplicationDiscriminator { get; set; }
public string? ApplicationDiscriminator { get; set; }
member this.ApplicationDiscriminator : string with get, set
Public Property ApplicationDiscriminator As String

속성 값

설명

서로 다른 두 애플리케이션이 보호된 페이로드를 공유해야 하는 경우 이 속성이 두 애플리케이션에서 동일한 값으로 설정되어 있는지 확인해야 합니다.

적용 대상