ASAuthorizationSecurityKeyPublicKeyCredentialAssertion.Prf Property
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.
Gets the PRF (Pseudo-Random Function) extension output from the security key credential assertion.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AuthenticationServices.ASAuthorizationPublicKeyCredentialPrfAssertionOutput? Prf { [Foundation.Export("prf")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("prf")>]
member this.Prf : AuthenticationServices.ASAuthorizationPublicKeyCredentialPrfAssertionOutput
Property Value
- Attributes