IssuedTokenClientCredential.DefaultKeyEntropyMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 SecurityKeyEntropyMode 的預設值。
public:
property System::ServiceModel::Security::SecurityKeyEntropyMode DefaultKeyEntropyMode { System::ServiceModel::Security::SecurityKeyEntropyMode get(); void set(System::ServiceModel::Security::SecurityKeyEntropyMode value); };
public System.ServiceModel.Security.SecurityKeyEntropyMode DefaultKeyEntropyMode { get; set; }
member this.DefaultKeyEntropyMode : System.ServiceModel.Security.SecurityKeyEntropyMode with get, set
Public Property DefaultKeyEntropyMode As SecurityKeyEntropyMode
屬性值
SecurityKeyEntropyMode 的值。 預設為 CombinedEntropy。
例外狀況
已嘗試設定 (set
) 唯讀的認證。
範例
這段程式碼將示範如何設定這個屬性。
itcc.DefaultKeyEntropyMode = SecurityKeyEntropyMode.ServerEntropy;
itcc.DefaultKeyEntropyMode = SecurityKeyEntropyMode.ServerEntropy
備註
當用戶端與安全性權杖服務進行 WS-Trust 交換以取得核發的權杖時,有時必須與安全性權杖服務交換金鑰 Entropy,才能達成共用的對稱金鑰。 安全性權杖服務通常會指定要在其繫結中使用的 Entropy 交換機制。 如果未在安全性權杖服務的繫結中指定這樣的機制,則會使用 DefaultKeyEntropyMode
值來與安全性權杖服務交換 Entropy。