RemoteAuthenticationHandler<TOptions>.GenerateCorrelationId 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GenerateCorrelationId(AuthenticationProperties) |
현재 원격 인증 요청의 상관 관계를 지정하는 데 사용되는 nonce가 포함된 쿠키를 생성합니다. |
GenerateCorrelationId(AuthenticationProperties) |
GenerateCorrelationId(AuthenticationProperties)
현재 원격 인증 요청의 상관 관계를 지정하는 데 사용되는 nonce가 포함된 쿠키를 생성합니다.
protected:
virtual void GenerateCorrelationId(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected virtual void GenerateCorrelationId (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
abstract member GenerateCorrelationId : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> unit
override this.GenerateCorrelationId : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> unit
Protected Overridable Sub GenerateCorrelationId (properties As AuthenticationProperties)
매개 변수
- properties
- AuthenticationProperties
적용 대상
GenerateCorrelationId(AuthenticationProperties)
protected:
virtual void GenerateCorrelationId(Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
protected virtual void GenerateCorrelationId (Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member GenerateCorrelationId : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> unit
override this.GenerateCorrelationId : Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> unit
Protected Overridable Sub GenerateCorrelationId (properties As AuthenticationProperties)
매개 변수
- properties
- AuthenticationProperties