Share via


IMEMessageSecurityHandler Interface

Definition

This interface represents the Objective-C protocol MEMessageSecurityHandler.

[Foundation.Protocol(Name="MEMessageSecurityHandler", WrapperType=typeof(MailKit.MEMessageSecurityHandlerWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetExtensionViewController", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MailKit.MEMessageSigner[]) }, ReturnType=typeof(MailKit.MEExtensionViewController), Selector="extensionViewControllerForMessageSigners:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetExtensionViewController", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSData) }, ReturnType=typeof(MailKit.MEExtensionViewController), Selector="extensionViewControllerForMessageContext:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SetPrimaryActionClicked", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V82) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSData), typeof(System.Action<MailKit.MEExtensionViewController>) }, Selector="primaryActionClickedForMessageContext:completionHandler:")]
public interface IMEMessageSecurityHandler : IDisposable, MailKit.IMEMessageDecoder, MailKit.IMEMessageEncoder
[<Foundation.Protocol(Name="MEMessageSecurityHandler", WrapperType=typeof(MailKit.MEMessageSecurityHandlerWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetExtensionViewController", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MailKit.MEMessageSigner[]) }, ReturnType=typeof(MailKit.MEExtensionViewController), Selector="extensionViewControllerForMessageSigners:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetExtensionViewController", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSData) }, ReturnType=typeof(MailKit.MEExtensionViewController), Selector="extensionViewControllerForMessageContext:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SetPrimaryActionClicked", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDActionArity1V82) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSData), typeof(System.Action<MailKit.MEExtensionViewController>) }, Selector="primaryActionClickedForMessageContext:completionHandler:")>]
type IMEMessageSecurityHandler = interface
    interface INativeObject
    interface IDisposable
    interface IMEMessageDecoder
    interface IMEMessageEncoder
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to