Monobjc.Tools.NativeMethods.SecCertificateCopyCommonName C# (CSharp) Method

SecCertificateCopyCommonName() private method

private SecCertificateCopyCommonName ( IntPtr certificate, IntPtr &commonName ) : OSStatus
certificate System.IntPtr
commonName System.IntPtr
return OSStatus
        internal static extern OSStatus SecCertificateCopyCommonName(IntPtr certificate, out IntPtr commonName);