C# 클래스 Signature.Core.PackageSignerExtensions

파일 보기 프로젝트 열기: MyGet/webhooks-sign-package

공개 메소드들

메소드 설명
SignPackage ( this current, string packagePath ) : bool
SignPackage ( this current, string packagePath, string signedPackageId ) : bool
SignPackage ( this current, string packagePath, string outputPath, string signedPackageId ) : bool

메소드 상세

SignPackage() 공개 정적인 메소드

public static SignPackage ( this current, string packagePath ) : bool
current this
packagePath string
리턴 bool

SignPackage() 공개 정적인 메소드

public static SignPackage ( this current, string packagePath, string signedPackageId ) : bool
current this
packagePath string
signedPackageId string
리턴 bool

SignPackage() 공개 정적인 메소드

public static SignPackage ( this current, string packagePath, string outputPath, string signedPackageId ) : bool
current this
packagePath string
outputPath string
signedPackageId string
리턴 bool