PackageDigitalSignatureManager.SignatureOrigin Property

Definition

Gets the uniform resource identifier (URI) of the signature origin part.

public:
 property Uri ^ SignatureOrigin { Uri ^ get(); };
public Uri SignatureOrigin { get; }
member this.SignatureOrigin : Uri
Public ReadOnly Property SignatureOrigin As Uri

Property Value

Uri

The URI of the signature origin part.

Remarks

The SignatureOrigin uniform resource identifier (URI) can vary by package because the name is not formally defined. While this implementation will generally use the same default value, the value returned by this property will reflect whatever origin is already present in the current Package.

Applies to