다음을 통해 공유


GKLocalPlayer.GenerateIdentityVerificationSignature 메서드

정의

타사 서버에서 로컬 플레이어를 인증하기 위한 서명을 만들고 반환합니다. 설명 보기

[Foundation.Export("generateIdentityVerificationSignatureWithCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GenerateIdentityVerificationSignature (GameKit.GKIdentityVerificationSignatureHandler completionHandler);
abstract member GenerateIdentityVerificationSignature : GameKit.GKIdentityVerificationSignatureHandler -> unit
override this.GenerateIdentityVerificationSignature : GameKit.GKIdentityVerificationSignatureHandler -> unit

매개 변수

completionHandler
GKIdentityVerificationSignatureHandler

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

특성

설명

completionHandler 는 암호화 키 URL, 서명 데이터, 솔트, 타임스탬프 및 성공 중인 오류 개체 null 를 수신합니다.

적용 대상