Scope.EncryptingCredentials Property

Definition

Gets or sets the encrypting credentials for the relying party.

C#
public virtual System.IdentityModel.Tokens.EncryptingCredentials EncryptingCredentials { get; set; }

Property Value

The encrypting credentials to be used for the relying party.

Remarks

If the TokenEncryptionRequired property is true, the credentials are used to encrypt issued security tokens. If the SymmetricKeyEncryptionRequired property is true, the credentials are used to encrypt symmetric keys issued with security tokens.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1