AVContentKeySession.InvalidatePersistableContentKeyAsync Method
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.
Overloads
| Name | Description |
|---|---|
| InvalidatePersistableContentKeyAsync(NSData, AVContentKeySessionServerPlaybackContextOptions) | |
| InvalidatePersistableContentKeyAsync(NSData, NSDictionary) |
InvalidatePersistableContentKeyAsync(NSData, AVContentKeySessionServerPlaybackContextOptions)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public System.Threading.Tasks.Task<Foundation.NSData> InvalidatePersistableContentKeyAsync(Foundation.NSData persistableContentKeyData, AVFoundation.AVContentKeySessionServerPlaybackContextOptions? options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.InvalidatePersistableContentKeyAsync : Foundation.NSData * AVFoundation.AVContentKeySessionServerPlaybackContextOptions -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
- persistableContentKeyData
- NSData
Returns
- Attributes
Applies to
InvalidatePersistableContentKeyAsync(NSData, NSDictionary)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> InvalidatePersistableContentKeyAsync(Foundation.NSData persistableContentKeyData, Foundation.NSDictionary? options);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InvalidatePersistableContentKeyAsync : Foundation.NSData * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSData>
override this.InvalidatePersistableContentKeyAsync : Foundation.NSData * Foundation.NSDictionary -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
- persistableContentKeyData
- NSData
- options
- NSDictionary
Returns
- Attributes