AttestationChallengeHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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