Esempio n. 1
0
 public static void ValidateServiceProperties(NameValueCollection serviceMetadataCollection, string contentType)
 {
     StorageStampHelpers.ValidateServiceProperties(MetadataEncoding.Encode(serviceMetadataCollection), contentType);
 }
Esempio n. 2
0
 public static void ValidateServiceProperties(byte[] serviceMetadata, string contentType)
 {
     StorageStampHelpers.ValidateServiceProperties(serviceMetadata, contentType, false);
 }
Esempio n. 3
0
 public static void ValidateServiceMetadata(byte[] serviceMetadata)
 {
     StorageStampHelpers.ValidateServiceProperties(serviceMetadata, null, true);
 }