monoandroid
namespace Android.Net
{
[Register("android/net/IpSecTransform", ApiSince = 28, DoNotGenerateAcw = true)]
public sealed class IpSecTransform : Object, IJavaObject, IJavaPeerable, IAutoCloseable, IDisposable
{
[Register("android/net/IpSecTransform$Builder", ApiSince = 28, DoNotGenerateAcw = true)]
public class Builder : Object
{
[Register("setAuthentication", "(Landroid/net/IpSecAlgorithm;)Landroid/net/IpSecTransform$Builder;", "GetSetAuthentication_Landroid_net_IpSecAlgorithm_Handler", ApiSince = 28)]
public virtual Builder! SetAuthentication(IpSecAlgorithm! algo);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |