다음을 통해 공유


ValidateAntiForgeryTokenAttribute.Salt 속성

정의

주의

The 'Salt' property is deprecated. To specify custom data to be embedded within the token, use the static AntiForgeryConfig.AdditionalDataProvider property.

솔트 문자열을 가져오거나 설정합니다.

[System.Obsolete("The 'Salt' property is deprecated. To specify custom data to be embedded within the token, use the static AntiForgeryConfig.AdditionalDataProvider property.", true)]
public string Salt { get; set; }
member this.Salt : string with get, set
Public Property Salt As String

속성 값

솔트 문자열입니다.

특성

적용 대상