다음을 통해 공유


SecurityElementBase.KeyEntropyMode 속성

정의

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

public:
 property System::ServiceModel::Security::SecurityKeyEntropyMode KeyEntropyMode { System::ServiceModel::Security::SecurityKeyEntropyMode get(); void set(System::ServiceModel::Security::SecurityKeyEntropyMode value); };
[System.Configuration.ConfigurationProperty("keyEntropyMode", DefaultValue=System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy)]
public System.ServiceModel.Security.SecurityKeyEntropyMode KeyEntropyMode { get; set; }
[<System.Configuration.ConfigurationProperty("keyEntropyMode", DefaultValue=System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy)>]
member this.KeyEntropyMode : System.ServiceModel.Security.SecurityKeyEntropyMode with get, set
Public Property KeyEntropyMode As SecurityKeyEntropyMode

속성 값

SecurityKeyEntropyMode

키를 만드는 데 사용되는 엔트로피의 소스를 지정하는 유효한 SecurityKeyEntropyMode 값입니다. 기본값은 CombinedEntropy입니다.

특성

적용 대상