Skip to content

Commit

Permalink
Fixed mistaken script property to script method
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypt32 committed Oct 22, 2018
1 parent 8b415cd commit 57cab56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PSPKI/Types/PSPKI.Types.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@
<Type>
<Name>System.Security.Cryptography.X509Certificates.X509Certificate2</Name>
<Members>
<ScriptProperty>
<ScriptMethod>
<Name>DeletePrivateKey</Name>
<GetScriptBlock>
<Script>
[SysadminsLV.PKI.Utils.CLRExtensions.X509Certificate2Extensions]::DeletePrivateKey($this)
</GetScriptBlock>
</ScriptProperty>
</Script>
</ScriptMethod>
</Members>
</Type>
</Types>

0 comments on commit 57cab56

Please sign in to comment.