AVContentKeySession.InvalidatePersistableContentKey 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
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
- 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
- Attributes