AllJoynUnity.AllJoyn.BusAttachment.alljoyn_busattachment_enablepeersecurity C# (CSharp) Method

alljoyn_busattachment_enablepeersecurity() private method

private alljoyn_busattachment_enablepeersecurity ( IntPtr bus, [ authMechanisms, IntPtr listener, [ keyStoreFileName, int isShared ) : int
bus System.IntPtr
authMechanisms [
listener System.IntPtr
keyStoreFileName [
isShared int
return int
            private static extern int alljoyn_busattachment_enablepeersecurity(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string authMechanisms,
				IntPtr listener,
				[MarshalAs(UnmanagedType.LPStr)] string keyStoreFileName,
				int isShared);
AllJoyn.BusAttachment