~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.Security/SecRecord.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  </code>
35
35
      </example>
36
36
    </remarks>
 
37
    <related type="sample" href="http://samples.xamarin.com/Samples/ByGuid?guid=70af1e49-37c1-40b1-963e-ddb294c1eaff">Keychain</related>
37
38
  </Docs>
38
39
  <Members>
39
40
    <Member MemberName=".ctor">
423
424
      </ReturnValue>
424
425
      <Parameters />
425
426
      <Docs>
426
 
        <summary>Releases the resourced used by the SecRecord object.</summary>
 
427
        <summary>Releases the resources used by the SecRecord object.</summary>
427
428
        <remarks>
428
429
          <para>The Dispose method releases the resources used by the SecRecord class.</para>
429
430
          <para>Calling the Dispose method when you are finished using the SecRecord ensures that all external resources used by this managed object are released as soon as possible.  Once you have invoked the Dispose method, the object is no longer useful and you should no longer make any calls to it.  For more information on releasing resources see ``Cleaning up Unmananaged Resources'' at http://msdn.microsoft.com/en-us/library/498928w2.aspx</para>
447
448
        <param name="disposing">
448
449
          <para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources;   If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
449
450
        </param>
450
 
        <summary>Releases the resourced used by the SecRecord object.</summary>
 
451
        <summary>Releases the resources used by the SecRecord object.</summary>
451
452
        <remarks>
452
453
          <para>This Dispose method releases the resources used by the SecRecord class.</para>
453
454
          <para>This method is called by both the Dispose() method and the object finalizer (Finalize).    When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released;  when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>
485
486
      <Parameters />
486
487
      <Docs>
487
488
        <summary>Finalizer for the SecRecord object</summary>
488
 
        <remarks></remarks>
 
489
        <remarks>
 
490
        </remarks>
489
491
      </Docs>
490
492
    </Member>
491
493
    <Member MemberName="Generic">