IssuedTokenClientElement.DefaultKeyEntropyMode Propriedade
Definição
Obtém ou define o valor padrão de SecurityKeyEntropyMode.Gets or sets the default value of SecurityKeyEntropyMode.
public:
property System::ServiceModel::Security::SecurityKeyEntropyMode DefaultKeyEntropyMode { System::ServiceModel::Security::SecurityKeyEntropyMode get(); void set(System::ServiceModel::Security::SecurityKeyEntropyMode value); };
[System.Configuration.ConfigurationProperty("defaultKeyEntropyMode", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.Security.SecurityKeyEntropyMode DefaultKeyEntropyMode { get; set; }
[<System.Configuration.ConfigurationProperty("defaultKeyEntropyMode", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.DefaultKeyEntropyMode : System.ServiceModel.Security.SecurityKeyEntropyMode with get, set
Public Property DefaultKeyEntropyMode As SecurityKeyEntropyMode
Valor da propriedade
Um SecurityKeyEntropyMode valor válido.A valid SecurityKeyEntropyMode value. O valor padrão é CombinedEntropy.The default value is CombinedEntropy.
- Atributos