SignedHttpRequestDescriptor.CnfClaimValue 속성

정의

"cnf" 클레임 값을 JSON 문자열로 가져오거나 설정합니다.

public string CnfClaimValue { get; set; }
member this.CnfClaimValue : string with get, set
Public Property CnfClaimValue As String

속성 값

설명

플래그가 설정된 trueCnfClaimValue 경우 CreateCnf SignedHttpRequest 페이로드를 만들 때 "cnf" 클레임 값으로 사용할 수 있습니다. 플래그가 CnfClaimValuetruenull이거나 비어 있는 경우 CreateCnf "cnf" 클레임 값은 .SecurityKey에서 SigningCredentials파생됩니다.

적용 대상