AVContentKeySession.InvalidateAllPersistableContentKeys 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
InvalidateAllPersistableContentKeys(NSData, AVContentKeySessionServerPlaybackContextOptions, Action<NSData,NSError>) | |
InvalidateAllPersistableContentKeys(NSData, NSDictionary, Action<NSData,NSError>) |
InvalidateAllPersistableContentKeys(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 InvalidateAllPersistableContentKeys (Foundation.NSData appIdentifier, AVFoundation.AVContentKeySessionServerPlaybackContextOptions options, Action<Foundation.NSData,Foundation.NSError> handler);
member this.InvalidateAllPersistableContentKeys : Foundation.NSData * AVFoundation.AVContentKeySessionServerPlaybackContextOptions * Action<Foundation.NSData, Foundation.NSError> -> unit
Parameters
- appIdentifier
- NSData
- Attributes
Applies to
InvalidateAllPersistableContentKeys(NSData, NSDictionary, Action<NSData,NSError>)
[Foundation.Export("invalidateAllPersistableContentKeysForApp: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 InvalidateAllPersistableContentKeys (Foundation.NSData appIdentifier, Foundation.NSDictionary options, Action<Foundation.NSData,Foundation.NSError> handler);
abstract member InvalidateAllPersistableContentKeys : Foundation.NSData * Foundation.NSDictionary * Action<Foundation.NSData, Foundation.NSError> -> unit
override this.InvalidateAllPersistableContentKeys : Foundation.NSData * Foundation.NSDictionary * Action<Foundation.NSData, Foundation.NSError> -> unit
Parameters
- appIdentifier
- NSData
- options
- NSDictionary
- Attributes