IssuedSecurityTokenProvider.KeyEntropyMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
The key entropy mode.
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.