Skip to content

Commit

Permalink
Reflect latest X509CertificateImpl changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrzVlad committed Aug 23, 2018
1 parent f668561 commit 24c6999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/Certificate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ internal SecCertificate (X509CertificateImpl impl)
return;
}

using (NSData cert = NSData.FromArray (impl.GetRawCertData ())) {
using (NSData cert = NSData.FromArray (impl.RawData)) {
Initialize (cert);
}
}
Expand Down

0 comments on commit 24c6999

Please sign in to comment.