Share via


SecurityBindingElement.KeyEntropyMode 속성

정의

키를 만드는 데 사용되는 엔트로피의 소스를 가져오거나 설정합니다.

public:
 property System::ServiceModel::Security::SecurityKeyEntropyMode KeyEntropyMode { System::ServiceModel::Security::SecurityKeyEntropyMode get(); void set(System::ServiceModel::Security::SecurityKeyEntropyMode value); };
public System.ServiceModel.Security.SecurityKeyEntropyMode KeyEntropyMode { get; set; }
member this.KeyEntropyMode : System.ServiceModel.Security.SecurityKeyEntropyMode with get, set
Public Property KeyEntropyMode As SecurityKeyEntropyMode

속성 값

키를 만드는 데 사용하는 SecurityKeyEntropyMode입니다. 기본값은 CombinedEntropy입니다.

설명

KeyEntropyMode 서비스에서 발급한 토큰의 키(예: SecurityContextSecurityToken)를 계산하는 방법을 지정합니다. 클라이언트 키 자료를 기반으로 계산되는지, 서비스 키 재질에만 계산되는지 또는 둘 다의 조합으로 계산되는지 여부입니다.

적용 대상