Share via


AttestationChallengeHandler Delegate

Definition

public delegate IBuffer ^ AttestationChallengeHandler(IBuffer ^ challenge);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1245184)]
/// [Windows.Foundation.Metadata.Guid(4138612144, 55301, 22653, 148, 79, 160, 155, 208, 50, 172, 245)]
class AttestationChallengeHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1245184)]
[Windows.Foundation.Metadata.Guid(4138612144, 55301, 22653, 148, 79, 160, 155, 208, 50, 172, 245)]
public delegate IBuffer AttestationChallengeHandler(IBuffer challenge);
var attestationChallengeHandlerHandler = function(challenge){
/* Your code */
}
Public Delegate Function AttestationChallengeHandler(challenge As IBuffer) As IBuffer 

Parameters

challenge
IBuffer

Return Value

Attributes

Applies to