다음을 통해 공유


IssuedSecurityTokenProvider.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

키 엔트로피 모드입니다.

설명

이 속성은 발급된 토큰과 함께 사용하기 위해 SecurityTokenService와 대칭 키를 협상할 때 토큰 공급자에서 사용하는 키 엔트로피 모드입니다.

적용 대상