SignedHttpRequestCreationParameters 클래스

정의

SignedHttpRequest를 만들 때 사용하는 SignedHttpRequestHandler 매개 변수 집합을 정의합니다.

public class SignedHttpRequestCreationParameters
type SignedHttpRequestCreationParameters = class
Public Class SignedHttpRequestCreationParameters
상속
SignedHttpRequestCreationParameters

생성자

Name Description
SignedHttpRequestCreationParameters()

SignedHttpRequest를 만들 때 사용하는 SignedHttpRequestHandler 매개 변수 집합을 정의합니다.

필드

Name Description
DefaultTimeAdjustment

에 대한 기본값입니다 TimeAdjustment.

속성

Name Description
CreateB

클레임을 만들고 추가할지 여부를 B 나타내는 값을 가져오거나 설정합니다.

CreateCnf

클레임을 만들고 추가할지 여부를 Cnf 나타내는 값을 가져오거나 설정합니다.

CreateH

클레임을 만들고 추가할지 여부를 H 나타내는 값을 가져오거나 설정합니다.

CreateM

클레임을 만들고 추가할지 여부를 M 나타내는 값을 가져오거나 설정합니다.

CreateNonce

클레임을 만들고 추가할지 여부를 Nonce 나타내는 값을 가져오거나 설정합니다.

CreateP

클레임을 만들고 추가할지 여부를 P 나타내는 값을 가져오거나 설정합니다.

CreateQ

클레임을 만들고 추가할지 여부를 Q 나타내는 값을 가져오거나 설정합니다.

CreateTs

클레임을 만들고 추가할지 여부를 Ts 나타내는 값을 가져오거나 설정합니다.

CreateU

클레임을 만들고 추가할지 여부를 U 나타내는 값을 가져오거나 설정합니다.

TimeAdjustment

타임스탬프("ts") 클레임을 만들 때 적용할 시간 조정을 가져오거나 설정합니다.

적용 대상