IssuedSecurityTokenProvider.KeyEntropyMode Propriedade

Definição

Obtém ou define o modo de entropia de chave.Gets or sets the key entropy mode.

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

Valor da propriedade

SecurityKeyEntropyMode

O modo de entropia de chave.The key entropy mode.

Comentários

Essa propriedade é o modo de entropia de chave usado pelo provedor de token ao negociar uma chave simétrica com o SecurityTokenService para usar com o token emitido.This property is the key entropy mode used by the token provider when negotiating a symmetric key with the SecurityTokenService to use with the issued token.

Aplica-se a