AVContentKeySession.InvalidatePersistableContentKey Method

Definition

Overloads

InvalidatePersistableContentKey(NSData, AVContentKeySessionServerPlaybackContextOptions, Action<NSData,NSError>)
InvalidatePersistableContentKey(NSData, NSDictionary, Action<NSData,NSError>)

InvalidatePersistableContentKey(NSData, AVContentKeySessionServerPlaybackContextOptions, Action<NSData,NSError>)

[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 void InvalidatePersistableContentKey (Foundation.NSData persistableContentKeyData, AVFoundation.AVContentKeySessionServerPlaybackContextOptions options, Action<Foundation.NSData,Foundation.NSError> handler);
member this.InvalidatePersistableContentKey : Foundation.NSData * AVFoundation.AVContentKeySessionServerPlaybackContextOptions * Action<Foundation.NSData, Foundation.NSError> -> unit

Parameters

persistableContentKeyData
NSData
handler
Action<NSData,NSError>
Attributes

Applies to

InvalidatePersistableContentKey(NSData, NSDictionary, Action<NSData,NSError>)

[Foundation.Export("invalidatePersistableContentKey:options:completionHandler:")]
[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 void InvalidatePersistableContentKey (Foundation.NSData persistableContentKeyData, Foundation.NSDictionary options, Action<Foundation.NSData,Foundation.NSError> handler);
abstract member InvalidatePersistableContentKey : Foundation.NSData * Foundation.NSDictionary * Action<Foundation.NSData, Foundation.NSError> -> unit
override this.InvalidatePersistableContentKey : Foundation.NSData * Foundation.NSDictionary * Action<Foundation.NSData, Foundation.NSError> -> unit

Parameters

persistableContentKeyData
NSData
options
NSDictionary
handler
Action<NSData,NSError>
Attributes

Applies to