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
InvalidatePersistableContentKeyAsync(NSData, AVContentKeySessionServerPlaybackContextOptions) | |
InvalidatePersistableContentKeyAsync(NSData, NSDictionary) |
InvalidatePersistableContentKeyAsync(NSData, AVContentKeySessionServerPlaybackContextOptions)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public System.Threading.Tasks.Task<Foundation.NSData> InvalidatePersistableContentKeyAsync (Foundation.NSData persistableContentKeyData, AVFoundation.AVContentKeySessionServerPlaybackContextOptions options);
member this.InvalidatePersistableContentKeyAsync : Foundation.NSData * AVFoundation.AVContentKeySessionServerPlaybackContextOptions -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
- persistableContentKeyData
- NSData
Returns
- Attributes
Applies to
InvalidatePersistableContentKeyAsync(NSData, NSDictionary)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> InvalidatePersistableContentKeyAsync (Foundation.NSData persistableContentKeyData, Foundation.NSDictionary options);
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