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